Changeset 1157 for trunk/src/set_param_input.m
- Timestamp:
- Jul 11, 2024, 4:13:03 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_param_input.m
r1145 r1157 9 9 10 10 function [ParamOut,errormsg] = set_param_input(ListParam,DefaultValue,ParamIn,Comment) 11 ParamOut=[]; 11 12 errormsg=[]; 12 13 NbParam=numel(ListParam); … … 32 33 end 33 34 dlg_title = 'get the input parameters'; 34 answer = inputdlg(ListParam,dlg_title,NbParam,prompt); 35 options.Resize='on'; 36 answer = inputdlg(ListParam,dlg_title,NbParam,prompt,options); 37 %answer = msgbox_uvmat('INPUT_TXT',ListParam); 35 38 if isempty(answer) 36 39 return
Note: See TracChangeset
for help on using the changeset viewer.