How to read an plot with coordinates a .tiff file?
Afficher commentaires plus anciens
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 commentaires
KSSV
le 20 Jan 2020
Why you think your code is not working?
Philippe Corner
le 4 Fév 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Geographic Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!