How to add text and images to the matlab gui (figure) ?
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I want to add texts and images to the gui as shown in the following image.

2 Kommentare
  Gopichandh Danala
      
 am 29 Sep. 2016
				
      Bearbeitet: Gopichandh Danala
      
 am 29 Sep. 2016
  
			Watch documentation on MathWorks documentation they have lot of details and what you are asking is very basic
Antworten (2)
  Gareth Thomas
    
 am 2 Okt. 2016
        Is this what you were looking for?
 plot(1:10);text(10,10,'Is this what you need?');
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




