How to add text and images to the matlab gui (figure) ?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to add texts and images to the gui as shown in the following image.
2 comentarios
Gopichandh Danala
el 29 de Sept. de 2016
Editada: Gopichandh Danala
el 29 de Sept. de 2016
Watch documentation on MathWorks documentation they have lot of details and what you are asking is very basic
Respuestas (2)
Gareth Thomas
el 2 de Oct. de 2016
Is this what you were looking for?
plot(1:10);text(10,10,'Is this what you need?');
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!