Changeset 14153
- Timestamp:
- 12/12/12 16:44:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/plotoptions.m
r14101 r14153 112 112 continue; 113 113 114 % #all114 %pound all 115 115 elseif strcmpi(plotnum,'all'); 116 116 for j=1:numberofplots, … … 118 118 end 119 119 120 % #i-j120 %pound i-j 121 121 elseif ismember('-',plotnum) 122 122 nums=strsplit(plotnum,'-'); … … 129 129 end 130 130 131 % #i131 %pound i 132 132 else 133 133 %assign to subplot
Note:
See TracChangeset
for help on using the changeset viewer.