Imshow in appdesigner?
61 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Deandra Dsouza
el 26 de Sept. de 2016
Looking to convert a GUI into the AppDesigner platform, I am not able to execute the 'imshow' utility in appdesigner, any ideas?
0 comentarios
Respuesta aceptada
Sean de Wolski
el 26 de Sept. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!