uigetfile_with_prev​iew - GUI dialog window with a preview panel

バージョン 1.0.0.0 (60.5 KB) 作成者: Yair Altman
Displays a file-selection dialog with an integrated preview panel.
ダウンロード: 531
更新 2016/11/2

ライセンスの表示

Inputs:
filterSpec - similar to uigetfile's filterSpec. Examples:
'defaultFile.mat'
'*.mat'
{'MAT files', '*.mat'}
{'Data or m files (*.m,*.mat)', {'m';'mat'}}
prompt - optional dialog prompt (default: 'Select file')
folder - optional default folder (default: current folder)
callback - optional handle to a callback function with the following interface:
callbackFunction(hPanel, filename)
The callback function should check the specified file and update the specified panel accordingly.
(default: [])
multiSelect - optional flag specifying whether multiple files can be selected (default: false)

Output:
filename - full-path filename of the selected file(s) (or empty array)

Warning:
This code heavily relies on undocumented and unsupported Matlab functionality. It is expected to work on Matlab 7.4+, but use at your own risk!

Bugs and suggestions:
Please send to Yair Altman (altmany at gmail dot com)

引用

Yair Altman (2024). uigetfile_with_preview - GUI dialog window with a preview panel (https://www.mathworks.com/matlabcentral/fileexchange/60074-uigetfile_with_preview-gui-dialog-window-with-a-preview-panel), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersEnvironment and Settings についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0