Changeset 3137
- Timestamp:
- 02/25/10 10:14:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r3118 r3137 264 264 axis equal off 265 265 box off 266 A=expread([ ISSM_DIR '/../models/Antarctica/Exp_Par/DomainOutline.exp']); 266 if strcmpi(md.hemisphere,'n') | strcmpi(md.hemisphere,'north'), 267 A=expread([ ISSM_DIR '/../models/Greenland/Exp_Par/DomainOutline.exp']); 268 elseif strcmpi(md.hemisphere,'s') | strcmpi(md.hemisphere,'south'), 269 A=expread([ ISSM_DIR '/../models/Antarctica/Exp_Par/DomainOutline.exp']); 270 end 267 271 Ax=[min(A.x) max(A.x)]; 268 272 Ay=[min(A.y) max(A.y)];
Note:
See TracChangeset
for help on using the changeset viewer.