MATLAB 2019b file not running in MATLAB 2017b

2 visualizaciones (últimos 30 días)
cherry jain
cherry jain el 8 de Jul. de 2021
Respondida: Rishik Ramena el 14 de Jul. de 2021
I created an app in MATLAB 2019B and want to run it 2017b. I do not wish to convert it in Standalone app. I need to share it with my team mates who have the license for 2017b.
In 2017b, it gives the error gridlayout not defined. What should I do?
  2 comentarios
Jonas
Jonas el 8 de Jul. de 2021
if you used uigridlayout() you have to see that exists since 2018b and not earlier
cherry jain
cherry jain el 10 de Jul. de 2021
what is the replacement for that in 2017b ? Do you know ?

Iniciar sesión para comentar.

Respuestas (1)

Rishik Ramena
Rishik Ramena el 14 de Jul. de 2021
You can check out the documentation for R2017b here. Specifically look for App building using App Designer and GUIDE. Make sure that your app confines to the functions used in this documentation.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by