Changeset 12198
- Timestamp:
- 05/03/12 14:25:14 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage/src/m/utils/Basins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage/src/m/utils/Basins/basinzoom.m
r8100 r12198 38 38 39 39 %Ok, find basin we are talking about: 40 load([ issmdir'/projects/ModelData/Names/Names.mat']);40 load([jplsvn '/projects/ModelData/Names/Names.mat']); 41 41 42 42 %Go through names: -
issm/branches/trunk-jpl-damage/src/m/utils/Basins/showbasins.m
r7245 r12198 45 45 46 46 %Ok, find basin we are talking about: 47 load([ issmdir'/projects/ModelData/Names/Names.mat']);47 load([jplsvn '/projects/ModelData/Names/Names.mat']); 48 48 49 49 %Get xlim and ylim, and convert into lat,long:
Note:
See TracChangeset
for help on using the changeset viewer.