App designer opening new figure
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Gonçalo Torres
 am 30 Mär. 2020
  
    
    
    
    
    Kommentiert: Jonas Bauer
 am 23 Okt. 2020
            Hi all.
I am currently developing a GUI with App Designer
I want to plot some data in an exsiting axes of my app. I am using the following code for that:
    if app.Settings.Odds.PlotVal
        app.GUI.Market {iM} .pVal = plot (app.GUI.Market {iM} .Axes, newTime, Val (1,1));                        
        backName = 'Back' ;
    end
The data are plotted in the axes I want, but at the same time, a new blank figure pops-up, and I have to close it everytime.
Am I doing anything wrong?
Thanks
Gonçalo
0 Kommentare
Akzeptierte Antwort
  Thi Ng
      
 am 22 Apr. 2020
        Hi Gonçalo,
Check the rest of your script if it contains any label, legend, title, etc. info, which you forgot to delete. Any of those will trigger an empty plot to open.
Best,
Thi
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Legend finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


