カラーバーの編集について
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
shunya hara
am 19 Mär. 2021
Beantwortet: Tomohiro Takahashi
am 24 Mär. 2021
image関数を用いたあと以下の図が表示されました。
カラーバーの値を変更したい(0~0.012の範囲に)のですがcaxis([0 0.012])と打ち込んでも変化しませんでした。
どなたか変更の方法を教えていただきたいです。
よろしくお願いします。

0 Kommentare
Akzeptierte Antwort
Tomohiro Takahashi
am 24 Mär. 2021
image関数を使った場合,既定ではCDataMapping プロパティが'direct'なので,caxisは機能しないと思います.
image(C,'CDataMapping','scaled')
のようにCDataMappingをscaledに指定して使うか,imagesc関数を使うのがよいと思います.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!