Changeset 760 for trunk/src/uvmat.m
- Timestamp:
- May 1, 2014, 8:26:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r752 r760 4016 4016 %------------------------------------------------------------------- 4017 4017 set(handles.CheckFixVectors,'Value',1); 4018 set(handles.CheckFixVectors,'BackgroundColor',[1 1 0])4018 %set(handles.CheckFixVectors,'BackgroundColor',[1 1 0]) 4019 4019 update_plot(handles); 4020 4020 … … 4600 4600 Data_uvmat=get(handles.uvmat,'UserData'); 4601 4601 evalin('base','global Data_uvmat')%make CurData global in the workspace 4602 disp lay('current field :')4603 evalin('base','Data_uvmat ') %display CurData in the workspace4602 disp('Data_uvmat.Field=') 4603 evalin('base','Data_uvmat.Field') %display CurData in the workspace 4604 4604 commandwindow; %brings the Matlab command window to the front 4605 4605
Note: See TracChangeset
for help on using the changeset viewer.