How add a Fixed Folder data to Matlab App?
8 ビュー (過去 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 日 12:09
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!