How to add text and images to the matlab gui (figure) ?

3 vues (au cours des 30 derniers jours)
thar
thar le 26 Sep 2016
I want to add texts and images to the gui as shown in the following image.
  2 commentaires
Geoff Hayes
Geoff Hayes le 26 Sep 2016
thar - are you using GUIDE to create your GUI?
Gopichandh Danala
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

Connectez-vous pour commenter.

Réponses (2)

Gareth Thomas
Gareth Thomas le 2 Oct 2016
Is this what you were looking for?
plot(1:10);text(10,10,'Is this what you need?');

Image Analyst
Image Analyst le 2 Oct 2016

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by