How to read an plot with coordinates a .tiff file?
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 20 de En. de 2020
Why you think your code is not working?
Philippe Corner
el 4 de Feb. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!