show geotiff in app designer

Hi. anyone knows how to show and plot any geotiff in app ?

5 Comments

How would you do it normally?
via app designer but when i pushed button for plotting the picture, it opens a blank axes.
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
i see thanks but my mistake i wanna plot on a picture at app. like a map.
You're not making it easier for us to help with this vague response. Elaborate.

Sign in to comment.

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Asked:

on 17 Jan 2021

Commented:

on 19 Jan 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!