Is it possible to convert between ComponentContainer and AppBase classdef files?
3 次查看(过去 30 天)
显示 更早的评论
Appdesigner does not admit editing of the classdef line.
¿Is there a built-in or otherwise recommended method for converting between ComponentContainer- and AppBase-derived classes?
E.g., ¿could this be done by exporting to .m file, editing, and then somehow importing as .mlapp?
One workaround for the component→app direction, is to wrap the component in a trivial application.
0 个评论
回答(1 个)
Harsh Sanghai
2023-3-9
Hi,
You can export the App Designer project as a MATLAB file (.m) and edit the classdef line in the exported file. Once you've made the necessary changes, you can import the updated MATLAB file back into App Designer using the "Import" button on the "Apps" tab.
Alternatively, you can create a new App Designer project based on the ComponentContainer or AppBase class, and then copy and paste the relevant code from the old project into the new one.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!