Changeset 9241
- Timestamp:
- 08/10/11 08:16:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_overlay.m
r9226 r9241 43 43 44 44 %InterpFromMeshToGrid 45 cornereast =min(xlim); cornernorth=max(ylim);46 xspacing=(max( xlim)-min(xlim))/(length(md.sarxm));47 yspacing=(max( ylim)-min(ylim))/(length(md.sarym));45 cornereast=min(md.sarxm); cornernorth=max(md.sarym); 46 xspacing=(max(md.sarxm)-min(md.sarxm))/(length(md.sarxm)); 47 yspacing=(max(md.sarym)-min(md.sarym))/(length(md.sarym)); 48 48 nlines=length(md.sarym); 49 49 ncols =length(md.sarxm);
Note:
See TracChangeset
for help on using the changeset viewer.