フィルターのクリア

Modal to upload file

3 ビュー (過去 30 日間)
Paulo
Paulo 2024 年 5 月 22 日
回答済み: Rohit Kulkarni 2024 年 5 月 23 日
I'm trying to create a modal that will pause my application in order to upload input files.
c=uialert(app.UIFigure,'Please Upload .mat file','Input file','Icon','question','CloseFcn','uiresume(app.UIFigure)');
waitfor(c);
uiopen('*.mat');

回答 (1 件)

Rohit Kulkarni
Rohit Kulkarni 2024 年 5 月 23 日
Hi Paulo,
In order to create a file selection dialog box that you can compile, it’s recommended to use uigetfile function.
Please refer to the following documentation link for more information regarding it:
Thanks

カテゴリ

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