Changeset 511 for trunk/src/write_plot_param.m
- Timestamp:
- Aug 2, 2012, 3:12:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/write_plot_param.m
r429 r511 4 4 if isempty(PlotParam.Coordinates) 5 5 set(handles.Coordinates,'Visible','off') 6 set(handles. axes3,'Visible','off')6 set(handles.PlotAxes,'Visible','off') 7 7 set(handles.text_display,'Visible','off') 8 8 set(handles.TableDisplay,'Visible','on') 9 9 else 10 10 set(handles.Coordinates,'Visible','on') 11 set(handles. axes3,'Visible','on')11 set(handles.PlotAxes,'Visible','on') 12 12 set(handles.text_display,'Visible','on') 13 13 if isfield(handles,'TableDisplay')
Note: See TracChangeset
for help on using the changeset viewer.