anyway to close cftool programmatically
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Yu Li
      
 am 28 Aug. 2019
  
    
    
    
    
    Kommentiert: Yu Li
      
 am 10 Sep. 2019
            Hi:
    is there anyway to close cftool programmatically?
Thanks!
Yu
0 Kommentare
Akzeptierte Antwort
  Roshni Garnayak
    
 am 10 Sep. 2019
        You can use the following piece of code for closing “cftool”:
h = getappdata( groot, 'SurfaceFittingToolHandle' );  
clearSessionChanged(h);  
closeSftool(h)  
Please be aware that this might not work in future releases of MATLAB. 
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Get Started with Curve Fitting Toolbox 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!