Changeset 1088 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jan 15, 2021, 11:23:55 PM (3 years ago)
Author:
sommeria
Message:

particle_detect introduced, load mt files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r1086 r1088  
    21752175        editxml(fileinput);
    21762176        return
     2177    case 'mat'% matlab data file
     2178        global Data_uvmat
     2179Data_uvmat.Field=load(fileinput);
     2180evalin('base','global Data_uvmat')%make CurData global in the workspace
     2181disp('Data_uvmat.Field=')
     2182evalin('base','Data_uvmat.Field') %display CurData in the workspace
     2183commandwindow; %brings the Matlab command window to the front
     2184return
    21772185    otherwise
    21782186        set(handles_RootPath,'String',RootPath);
Note: See TracChangeset for help on using the changeset viewer.