![]() |
Microscopy Image Browser 2.91
MIB
|
a wrapper function to provide a modified uigetfile dialog for MacOS Catalina. The general syntax is the same as for uigetfile, except missing MultiSelect
key
More...
Functions | |
function [ file , path , indx ] = | mib_uigetfile (filter, title, defname, mode) |
a wrapper function to provide a modified uigetfile dialog for MacOS Catalina. The general syntax is the same as for uigetfile, except missing MultiSelect key | |
a wrapper function to provide a modified uigetfile dialog for MacOS Catalina. The general syntax is the same as for uigetfile, except missing MultiSelect
key
function [ file , path , indx ] = mib_uigetfile | ( | filter, | |
title, | |||
defname, | |||
mode ) |
a wrapper function to provide a modified uigetfile dialog for MacOS Catalina. The general syntax is the same as for uigetfile, except missing MultiSelect
key
filter | file filter, specified as a character vector, cell array of character vectors, or a string array For example: {*.fig ,Figures (*.fig) ; ... *.mat ,MAT-files (*.mat) ; ... *.png; *.jpg ,Images (*.png, *.jpg) ; ... . , All Files (.) } |
title | string, dialog box title |
defname | default file name field value, specified as a character vector or a string scalar. The defname value can specify a path, or a path and a file name |
mode | multiselect mode, 'off' (default) or 'on' |
file | file name that the user specified in the dialog box, returned as a cell array |
path | path to the specified file or files, returned as a character vector |
indx | selected filter index, returned as an integer |
Examples:
Referenced by amiraLabels2bitmap(), amiraLandmarks2points(), amiraMesh2bitmap(), amiraMeshSlice2bitmap(), mibMembraneDetectionController.classifierFilenameBtn_Callback(), mibDeepController.duplicateConfigAndNetwork(), mibPreferencesAppController.ExternalDirSelect(), getAmiraMeshHeader(), getMRCfile(), getMRCheader(), mibDeepController.importNetwork(), mibGraphcutController.importSuperpixelsBtn_Callback(), mibVolRenAppController.loadAnimationPath(), mibAnnotationsController.loadBtn_Callback(), mibLines3DController.loadBtn_Callback(), mibMeasureToolController.loadBtn_Callback(), mibSupervoxelClassifierController.loadClassifierBtn_Callback(), mibDeepController.loadConfig(), mibModel.loadMask(), mibModel.loadModel(), mibBatchController.loadProtocol(), mibAlignmentController.loadShiftsCheck_Callback(), mibVolRenController.menuFileLoadAnimation_Callback(), mibLoadImages(), mibController.mibRoiLoadBtn_Callback(), mibPreferencesController.modelsColorsTable_cb(), mibPreferencesAppController.ModelsColorsTableContextMenuCallbacks(), mibGUI>mibFijiSelectFileBtn_Callback(), mibAlignmentController.selectButton_Callback(), mibRechopDatasetController.selectFilesBtn_Callback(), mibDeepController.selectNetwork(), and mibRandomRestoreDatasetController.selectSettingsFileBtn_Callback().