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 日

1 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by