GUI from 2015 to 2023
Mostrar comentarios más antiguos
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
el 27 de Nov. de 2023
Do you know how the application was created? Was GUIDE used?
Gunjankumar Makwana
el 1 de Dic. de 2023
Respuesta aceptada
Más respuestas (1)
Daniel
el 21 de Ag. de 2024
0 votos
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
el 11 de Jul. de 2025
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!