Changeset 1218
- Timestamp:
- 07/02/09 15:45:56 (16 years ago)
- File:
-
- 1 edited
-
issm/trunk/src/m/classes/public/plot/processdata.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/processdata.m
r1171 r1218 59 59 %log? 60 60 if ~isnan(options_structure.log), 61 data=log(data)/log(options_structure.log); 61 pos=find(~isnan(data)); 62 data(pos)=log(data(pos))/log(options_structure.log); 62 63 end 63 64 end
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)