How to read an plot with coordinates a .tiff file?
Show older comments
I'm currently using this code:
[X,map]= imread('Z1.tiff');
image(X);
colormap(map);
This is the file im trying to read: http://www.mediafire.com/view/dzifgp0s3ima3z2/Z1.tiff/file
And this is the plot im trying to obtain:

Any idea why my code is not working?
2 Comments
KSSV
on 20 Jan 2020
Why you think your code is not working?
Philippe Corner
on 4 Feb 2020
Accepted Answer
More Answers (0)
Categories
Find more on Geographic Plots 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!