GUI from 2015 to 2023

27 visualizaciones (últimos 30 días)
Gunjankumar Makwana
Gunjankumar Makwana el 24 de Nov. de 2023
Comentada: Gunjankumar Makwana el 11 de Jul. de 2025
Hello,
I have been using one application which was built in MATLAB 2015a version with compiler 8.5. I wants to use that in my macbook air with silicon chip (M1). but due to the major dependency issue the application is not working in my mac. I have found its source code from github. how do i know what are the changes i need to make and how to i make this code to support in new matlab versions?
  2 comentarios
Kevin Holly
Kevin Holly el 27 de Nov. de 2023
Do you know how the application was created? Was GUIDE used?
Gunjankumar Makwana
Gunjankumar Makwana el 1 de Dic. de 2023
I beleive it must have used GUIDE.

Iniciar sesión para comentar.

Respuesta aceptada

Divyanshu
Divyanshu el 18 de Dic. de 2023
Hi Gunjankumar,
I understand that you are facing an issue to use an application created using GUIDE in newer versions of MATLAB.
Using GUIDE is not recommended for newer versions of MATLAB as it is to be removed in future release. Please refer the following documentation for further details:
Instead of using GUIDE, appdesigner is recommended to use for creating applications. Here is the documentation for details about App Designer:
For your current application you can try using 'GUIDE to App Designer Migration Tool for MATLAB'. For further details refer the following documentations:
Hope it helps!
  1 comentario
Gunjankumar Makwana
Gunjankumar Makwana el 11 de Jul. de 2025
Editada: Gunjankumar Makwana el 11 de Jul. de 2025
Hi,
Thank you for the response. I will surely look into the documentation and will try to convert the GUIDE to App Designer. I have tried using Migration tool but it did not work.

Iniciar sesión para comentar.

Más respuestas (1)

Daniel
Daniel el 21 de Ag. de 2024
The changes in architecture and the fact that MATLAB 2015a is fairly old make it difficult to run a MATLAB program created using MATLAB 2015a and Compiler 8.5 on a MacBook Air with an M1 chip. Appdesigner is suggested as an alternative to GUIDE when designing applications.
See this documentation:
  1 comentario
Gunjankumar Makwana
Gunjankumar Makwana el 11 de Jul. de 2025
Hi,
Thank you for the response.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by