Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

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 view (last 30 days)
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

Answers (0)

This question is closed.

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!