Changeset 596 for trunk/src/uvmat.m
- Timestamp:
- Mar 30, 2013, 11:34:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r595 r596 2602 2602 set(handles.ListObject_1,'Visible','off') 2603 2603 [PlotType,PlotParamOut]=plot_field(UvData.Field,handles.PlotAxes,read_GUI(handles.uvmat)); 2604 errormsg=fill_GUI(PlotParamOut,handles.uvmat);2605 %write_plot_param(handles,PlotParamOut) %update the auto plot parameters2604 %errormsg=fill_GUI(PlotParamOut,handles.uvmat); 2605 write_plot_param(handles,PlotParamOut) %update the auto plot parameters 2606 2606 2607 2607 %% 2D or 3D fieldname are generally projected … … 2713 2713 errormsg=fill_GUI(PlotParamOut,handles.uvmat); 2714 2714 else 2715 errormsg=fill_GUI(PlotParamOut, hview_field);2715 errormsg=fill_GUI(PlotParamOut,view_field_handle); 2716 2716 end 2717 2717 %write_plot_param(plot_handles{imap},PlotParamOut) %update the auto plot parameters
Note: See TracChangeset
for help on using the changeset viewer.