フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

hii :) can anyone please tell me how can I scale the values of 4 matrices to RGB with the same colorbar scaling . two of the matrices have values range[0-1] the other two matrices values range [0-2.3]

1 回表示 (過去 30 日間)
fatema hamodi
fatema hamodi 2017 年 5 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
the problem that I got scaling range between [0-1] for all of them but when I make
scaling for each matrix alone I got the right range (which I write above)
I try the following code
colormap;
subplot(2,2,1);
imagesc(first_coherance_mat_m1); %# Create a colored plot of the matrix values
subplot(2,2,3);
imagesc(second_coherance_mat_m1);
subplot(2,2,2);
imagesc(first_coherance_mat_m2);
subplot(2,2,4);
imagesc(second_coherance_mat_m2);
colormapeditor

回答 (0 件)

この質問は閉じられています。

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by