- Timestamp:
- Oct 19, 2012, 12:24:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r554 r556 3472 3472 if ~ischar(FileName),return,end %abandon if the browser is cancelled 3473 3473 path_transform_fct =fullfile(PathName,FileName); 3474 if isempty(regexp(FileName,' .m$'))% detect file extension .m3474 if isempty(regexp(FileName,'\.m$'))% detect file extension .m 3475 3475 msgbox_uvmat('ERROR','a Matlab function .m must be introduced'); 3476 3476 return 3477 3477 else 3478 transform_name=regexprep(FileName,' .m','');3478 transform_name=regexprep(FileName,'\.m',''); 3479 3479 end 3480 3480 ichoice=find(strcmp(transform_name,menu),1);%look for the selected fct in the existing menu
Note: See TracChangeset
for help on using the changeset viewer.