Difficulty displaying canopy height data from a .tif file
7 views (last 30 days)
Show older comments
Hi,
I have created a canopy height model which is in .tif format. In ArcMap this displays fine as I stretch the image using stretch type: standard deviations.
I have read the image into Matlab using imread and it is displaying the unstretched values. I was wondering if there is a way of calculating and displaying the stretched values, as in Arc?
Thanks in advance for any help,
Laura
0 Comments
Accepted Answer
Sukuchha
on 25 Jul 2011
when dispalying the matrix, use imshow ( A,[]) ; where A is your matrix which has your tif data !
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!