How to display image from array in specific UI Axes using App Designer
Show older comments
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
Answers (0)
Categories
Find more on Image Arithmetic 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!