Matlab figure: axis re-labelling

  • Context: MATLAB 
  • Thread starter Thread starter batinaki
  • Start date Start date
  • Tags Tags
    Axis Figure Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
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