Changeset 498 for trunk/src/uvmat.m
- Timestamp:
- Jul 23, 2012, 8:44:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r497 r498 2743 2743 end 2744 2744 end 2745 if isequal(PlotType,'none')2746 hget_field=findobj(allchild(0),'name','get_field');2747 if isempty(hget_field)2748 get_field(FileName)% the projected field cannot be automatically plotted: use get_field to specify the variablesdelete(hget_field)2749 end2750 errormsg='The field defined by get_field cannot be plotted';2751 return2752 end2745 % if isequal(PlotType,'none') 2746 % hget_field=findobj(allchild(0),'name','get_field'); 2747 % if isempty(hget_field) 2748 % get_field(FileName)% the projected field cannot be automatically plotted: use get_field to specify the variablesdelete(hget_field) 2749 % end 2750 % errormsg='The field defined by get_field cannot be plotted'; 2751 % return 2752 % end 2753 2753 end 2754 2754 end
Note: See TracChangeset
for help on using the changeset viewer.