フィルターのクリア

How do i set limits on the graph scale similar to colormap

2 ビュー (過去 30 日間)
N/A
N/A 2018 年 10 月 31 日
回答済み: Guillaume 2018 年 10 月 31 日
I currently have a code which runs the scale from the highest number to the lowest number in the matrix table given; How do i set the 'XTick' to a predetermined value say from 0-40
  2 件のコメント
Guillaume
Guillaume 2018 年 10 月 31 日
It seems you already know how to set the xticks to a set value, as per your code
set(axishandle, 'XTick', 0:40);
So it's really not clear what you're asking.
N/A
N/A 2018 年 10 月 31 日
I was talking about the color map section; How do i set a predetermined scale for the color map say from 0-40 for every data i run?

サインインしてコメントする。

回答 (1 件)

Guillaume
Guillaume 2018 年 10 月 31 日
You can set the colour map limit with caxis or by changing the clim property of the axis.

カテゴリ

Help Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by