How add a Fixed Folder data to Matlab App?

8 ビュー (過去 30 日間)
Morteza
Morteza 2019 年 7 月 11 日
回答済み: Kanishk 2025 年 1 月 22 日 12:09
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?

回答 (1 件)

Kanishk
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.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by