GUI from 2015 to 2023
Show older comments
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 Comments
Kevin Holly
on 27 Nov 2023
Do you know how the application was created? Was GUIDE used?
Gunjankumar Makwana
on 1 Dec 2023
Accepted Answer
More Answers (1)
Daniel
on 21 Aug 2024
0 votes
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 Comment
Gunjankumar Makwana
on 11 Jul 2025
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!