MATLAB app designer version error 2019b vs 2017.
    6 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    cherry jain
 am 14 Jun. 2021
  
    
    
    
    
    Kommentiert: cherry jain
 am 10 Jul. 2021
            I created an app on MATLAB-2019. It does not run when opened in a desktop with 2017 version. Shows error defining property 'Grid Layout'. "Class named 'matlab.ui.container.Gridlayout' is undefined or does not support property. "
Akzeptierte Antwort
  Cris LaPierre
    
      
 am 14 Jun. 2021
        Grid Layout was not available in 2017.
You could try using the 'Save Copy As' option. Select 'Save as type' and choose the version you would like to save it in (R2016b, R2017a, & R2017b are the options).
Another option is to save your app as a standalone executable. This way, users will not need to even have MATLAB installed to run your app.
6 Kommentare
  Cris LaPierre
    
      
 am 10 Jul. 2021
				I don't know of an automated way of generating a list, but the error message you shared above is one way.
You can use the archived documentation to determine which components were available in R2017a and make sure your app is only using those.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Manage Products 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!



