GUI from 2015 to 2023
조회 수: 30 (최근 30일)
이전 댓글 표시
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
채택된 답변
Divyanshu
2023년 12월 18일
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:
- https://www.mathworks.com/matlabcentral/fileexchange/66087-guide-to-app-designer-migration-tool-for-matlab
- https://www.mathworks.com/help/matlab/creating_guis/differences-between-app-designer-and-guide.html
Hope it helps!
추가 답변 (1개)
Daniel
2024년 8월 21일
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:
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!