Feeds
質問
how to display colorbar levels from '-10^6' to '10^6' ?
labels=arrayfun(@(c1_Positive)['10^',int2str(c1_Positive)],c1_Positive,'uniformoutput',false); set(ax1,'TickLabels',labels); ...
約7年 前 | 1 件の回答 | 0
1
回答回答済み
how to get a color bar like shown in figure??
c=logspace(min(ax1.Ticks), max(ax1.Ticks), ceil(max(ax1.Ticks))); c1= linspace((-1)*floor(log10(abs(min(ax1.Ticks)))), ceil(l...
how to get a color bar like shown in figure??
c=logspace(min(ax1.Ticks), max(ax1.Ticks), ceil(max(ax1.Ticks))); c1= linspace((-1)*floor(log10(abs(min(ax1.Ticks)))), ceil(l...
約7年 前 | 0
質問
how to get a color bar like shown in figure??
i need a log colorbar as in figure attached. how to get that
7年以上 前 | 2 件の回答 | 0
