How to add text and images to the matlab gui (figure) ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to add texts and images to the gui as shown in the following image.

2 commentaires
Gopichandh Danala
le 29 Sep 2016
Modifié(e) : Gopichandh Danala
le 29 Sep 2016
Watch documentation on MathWorks documentation they have lot of details and what you are asking is very basic
Réponses (2)
Gareth Thomas
le 2 Oct 2016
Is this what you were looking for?
plot(1:10);text(10,10,'Is this what you need?');
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!