Mapping colorbar of one image to another to obtain physical values.
2 views (last 30 days)
Show older comments
I have an array of values with numbers and NaN of physical values where detectors are located, and where they aren't, respectively.
I used imagesc and colorbar to plot the data as an image map.
I have another image having a full map of values where the NaN have been replaced by colours (representing predicted values).
How can I obtain the numerical values of the predicted values (from RGB to my physical variable), from this complete image, relative to the magnitude of the original image with NaN's and some known values.
Note that, the complete map can have values more than any value in the original image with NaNs...
2 Comments
Answers (0)
See Also
Categories
Find more on Blue 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!