Changeset 10284
- Timestamp:
- 10/25/11 08:56:31 (14 years ago)
- Location:
- issm/trunk/src/m/model/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plotdoc.m
r9771 r10284 121 121 disp(' ''textrotation'': same as standard ''Rotation'' matlab option applied to text, use a cell of strings if more than one'); 122 122 disp(' ''mask'': list of flags of size numberofnodes or numberofelements. Only ''true'' values are plotted '); 123 disp(' ''nan'': value assigned to NaNs (convenient when plotting BC)'); 123 124 disp(' ''partitionedges'': ''off'' by default. overlay plot of partition edges'); 124 125 disp(' ''log'': value of log'); -
issm/trunk/src/m/model/plot/processdata.m
r9733 r10284 42 42 datasize=size(data); 43 43 44 %Process NaN if any (do not now before mask is applied) 45 if exist(options,'nan') 46 data(find(isnan(data)))=getfieldvalue(options,'nan',0); 47 end 44 48 %non patch processing 45 49 if datatype~=4 & datatype~=5,
Note:
See TracChangeset
for help on using the changeset viewer.