imagesc hide one axis

9 次查看(过去 30 天)
It is possible to display axes with imagesc but only in one direction no both axis y and x only x
thanks!

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by