How to read an plot with coordinates a .tiff file?
Mostra commenti meno recenti
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 Commenti
KSSV
il 20 Gen 2020
Why you think your code is not working?
Philippe Corner
il 4 Feb 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Data Import and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!