Changeset 1088 for trunk/src/uvmat.m
- Timestamp:
- Jan 15, 2021, 11:23:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r1086 r1088 2175 2175 editxml(fileinput); 2176 2176 return 2177 case 'mat'% matlab data file 2178 global Data_uvmat 2179 Data_uvmat.Field=load(fileinput); 2180 evalin('base','global Data_uvmat')%make CurData global in the workspace 2181 disp('Data_uvmat.Field=') 2182 evalin('base','Data_uvmat.Field') %display CurData in the workspace 2183 commandwindow; %brings the Matlab command window to the front 2184 return 2177 2185 otherwise 2178 2186 set(handles_RootPath,'String',RootPath);
Note: See TracChangeset
for help on using the changeset viewer.