Changeset 681 for trunk/src/plot_object.m
- Timestamp:
- Sep 2, 2013, 2:42:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_object.m
r680 r681 394 394 end 395 395 if test_patch 396 if isfield(PlotData,'SubObject') 396 397 for iobj=1:length(PlotData.SubObject) 397 398 if ~ishandle(PlotData.SubObject(iobj)) … … 408 409 end 409 410 end 410 end 411 end 412 end 411 413 else% no patch image requested, erase existing ones 412 414 if isfield(PlotData,'SubObject')
Note: See TracChangeset
for help on using the changeset viewer.