... ... ... ...
20 views (last 30 days)
Show older comments
MatLaBGuYSomewhere
on 26 Oct 2018
Edited: MatLaBGuYSomewhere
on 8 Oct 2025 at 9:53
This question was flagged by DGM
0 Comments
Accepted Answer
Bruno Luong
on 26 Oct 2018
Edited: Bruno Luong
on 26 Oct 2018
Not sure what is your expectation, and intention but shooting on the dark, try to replace
c = c./max(c);
with
c = c./max(c(:));
1 Comment
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!