Emmanuel Atoleya Atindama
Followers: 0 Following: 0
Feeds
답변 있음
imagesc: how to set NaN as white color
First, you need to know the scale value of the color. Example white = 1, black = 0. p = data_array(:,:,:); p(isnan(data_array)...
imagesc: how to set NaN as white color
First, you need to know the scale value of the color. Example white = 1, black = 0. p = data_array(:,:,:); p(isnan(data_array)...
거의 4년 전 | 1
답변 있음
How can I display all 'NaN' values as black in my image to differentiate them from lowest values?
First, you need to know the scale value of the color. Example white = 1, black = 0. p = data_array(:,:,:); p(isnan(data_array)...
How can I display all 'NaN' values as black in my image to differentiate them from lowest values?
First, you need to know the scale value of the color. Example white = 1, black = 0. p = data_array(:,:,:); p(isnan(data_array)...
거의 4년 전 | 0