Changeset 760 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 1, 2014, 8:26:46 AM (10 years ago)
Author:
sommeria
Message:

various improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r752 r760  
    40164016%-------------------------------------------------------------------
    40174017set(handles.CheckFixVectors,'Value',1);
    4018 set(handles.CheckFixVectors,'BackgroundColor',[1 1 0])
     4018%set(handles.CheckFixVectors,'BackgroundColor',[1 1 0])
    40194019update_plot(handles);
    40204020
     
    46004600Data_uvmat=get(handles.uvmat,'UserData');
    46014601evalin('base','global Data_uvmat')%make CurData global in the workspace
    4602 display('current field :')
    4603 evalin('base','Data_uvmat') %display CurData in the workspace
     4602disp('Data_uvmat.Field=')
     4603evalin('base','Data_uvmat.Field') %display CurData in the workspace
    46044604commandwindow; %brings the Matlab command window to the front
    46054605
Note: See TracChangeset for help on using the changeset viewer.