How to display image from array in specific UI Axes using App Designer

Hi,
I would like to display an image created from an array in specific UI Axes ( e.g. app.UIAxes) using App Designer.
the image is created through:
im=image(A,'CDataMapping','scaled');
In GUIDE i used to simply select axes(handles.axes1); before creating the image. However, I cannot do this in App Designer. Any suggestion on how to solve this?
Thank you,
Best regards,
Nicola

2 件のコメント

N_Stefani
N_Stefani 2019 年 11 月 28 日
Solved:
im=image(app.UIAxes,A,'CDataMapping','scaled');
NUR AMIRA ZULKIFLLI
NUR AMIRA ZULKIFLLI 2021 年 8 月 25 日
thank u

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

質問済み:

2019 年 11 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by