It is possible to display axes with imagesc but only in one direction no both axis y and x only x
thanks!

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 13 Mär. 2017

1 Stimme

If you are using R2015b or later (I think it is) then,
ax = gca;
imagesc(YourImage, 'Parent', ax);
ax.YAxis.Visible = 'off';

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by