logo for matrixlab-examples.com
[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines


Home
Welcome Matrixmania Blog
-> Sitemap / Search <-
-> Books <-
Forums and Help
Contact
Basics Quick Matlab Guide
Matlab Tutorial
Matlab Examples
Matlab Flow Control
Boolean Logic
Plots and GUI Matlab 2D Plots
Matlab 3D Plots
Matlab GUI
Applications Calculus
Linear Algebra
Matlab Cookbook I
Matlab Cookbook II
Electrical Calculations
Probability and Stats
Finance Apps
Other Relevant Links
Notes on Computing
Online Calculators
Fun!
Your own Website?
Terms/Policies
Scilab
leftimage for matrixlab-examples.com

x-axis - changing tick labels on Matlab graphics


This is a video demonstration on how to change the labels along the x-axis on a Matlab plot. Even though this example has to do with bar graphics, it can also be applied to any other type of Matlab plot. Function ‘set’ is used like this:

set(H, 'PropertyName', PropertyValue) sets the value of the specified property for the graphics object with handle H.


gca means ‘get handle to current axis’.

xtickLabel is used to modify the labels along the x-axis.
ytickLabel is used to modify the labels along the y-axis.





 From 'x-axis' to home

 From 'x-axis' to '2D-Graphics Menu'
 
Top

Histograms

2D plots intro



footer for x-axis page