Emmanuel Atoleya Atindama - MATLAB Central
photo

Emmanuel Atoleya Atindama


Last seen: 12 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/21 to 02/25Use left and right arrows to move selectionFrom 02/21Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
12,862
of 297,129

REPUTATION
4

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 1

Answered
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 years ago | 0

Go to top of page