How add a Fixed Folder data to Matlab App?
2 次查看(过去 30 天)
显示 更早的评论
I am going to prepare an application with Matlab. I need two folders containing data for running.
1-The first folder is fixed and contains unchagable data. So the folder need not to be determined by user.
2-The second folder path must be selected by user and contains user defined data.
I want the app be standalone. Ho can I add the fixed data folder to the software?
0 个评论
回答(1 个)
Kanishk
2025-1-22
To create a standalone MATLAB application that includes a fixed data folder and allows the user to select another data folder, you can design the application in MATLAB App Designer and compile it into a standalone application using Application Compiler.
Add the path to the fixed folder in the App using App designer and use the “Files required for your application to run” section to add the files and folders required to package and run.
You can learn more about creating Standalone Application using Application Compiler App here.
0 个评论
另请参阅
类别
在 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!