MATLAB Matlab figure: axis re-labelling

AI Thread Summary
The discussion focuses on integrating MATLAB for plotting results in a vertical (y-axis) and horizontal (x-axis) system, specifically re-labeling the y-axis to display values from 100 to 0 instead of the default 0 to 100. A solution is provided by using the command "axis ij," which successfully achieves the desired y-axis orientation. This method is highlighted as effective for reversing the y-axis labeling in MATLAB plots.
batinaki
Messages
2
Reaction score
0
Hi all.

i am integrating in MATLAB and plotting the results in a y-vertical and x-horizontal system.
where x and y symbolize j and i of a table. I have to re-label the y-axis, so instead of a 0 to 100, it should be 100-0. Is it possible to do that or does anyone have any idea or has any other solution on how to achieve that?
 
Physics news on Phys.org
try using the option axis ij
 
thx :)
it works perfect! :D
 
Back
Top