カラーバーの編集について

2 次查看(过去 30 天)
shunya hara
shunya hara 2021-3-19
image関数を用いたあと以下の図が表示されました。
カラーバーの値を変更したい(0~0.012の範囲に)のですがcaxis([0 0.012])と打ち込んでも変化しませんでした。
どなたか変更の方法を教えていただきたいです。
よろしくお願いします。

采纳的回答

Tomohiro Takahashi
Tomohiro Takahashi 2021-3-24
image関数を使った場合,既定ではCDataMapping プロパティが'direct'なので,caxisは機能しないと思います.
image(C,'CDataMapping','scaled')
のようにCDataMappingをscaledに指定して使うか,imagesc関数を使うのがよいと思います.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 イメージ 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!