show geotiff in app designer
Show older comments
Hi. anyone knows how to show and plot any geotiff in app ?
5 Comments
Mario Malic
on 17 Jan 2021
How would you do it normally?
ugur arslan
on 18 Jan 2021
Mario Malic
on 18 Jan 2021
When using App Designer, you need to specify handle to the axes you're plotting on.
plot(ax, x, y);
% where ax is handle to uiaxes component
ugur arslan
on 19 Jan 2021
Mario Malic
on 19 Jan 2021
You're not making it easier for us to help with this vague response. Elaborate.
Answers (0)
Categories
Find more on Develop Apps Using App Designer 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!