Changeset 538 for trunk/src/get_field.m
- Timestamp:
- Sep 3, 2012, 11:53:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r537 r538 892 892 set(hh.Coord_x,'String',{get_field_GUI.Panel1Dplot.abscissa}) 893 893 set(hh.Coord_y,'String',get_field_GUI.Panel1Dplot.ordinate) 894 set(hh.Coord_y,'Max', numel(get_field_GUI.Panel1Dplot.ordinate)) 894 895 set(hh.Coord_y,'Value',1:numel(get_field_GUI.Panel1Dplot.ordinate)) 895 896 set(hfield,'Value',1)
Note: See TracChangeset
for help on using the changeset viewer.