Imshow in appdesigner?

24 vues (au cours des 30 derniers jours)
Deandra  Dsouza
Deandra Dsouza le 26 Sep 2016
Déplacé(e) : DGM le 3 Jan 2024
Looking to convert a GUI into the AppDesigner platform, I am not able to execute the 'imshow' utility in appdesigner, any ideas?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 26 Sep 2016
The ability to show images is new in R2016b, so you need to be on that release.
You use imshow by explicitly parenting to the uiaxes.
imshow('cameraman.tif','Parent',app.UIAxes)
  9 commentaires
Hui Xu
Hui Xu le 7 Jan 2021
thank you
Shanmugasundari Mariappan
Thank you

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by