Changeset 18275
- Timestamp:
- 07/21/14 15:19:28 (11 years ago)
- Location:
- issm/trunk-jpl/examples/Inversion
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Inversion/CheatSheet.m
r18274 r18275 1 step= 3;1 step=1; 2 2 if step==1 3 3 %Generate observation … … 25 25 md = solve(md,StressbalanceSolutionEnum); 26 26 27 plotmodel(md,'data',md.friction.coefficient,' caxis',[ 1.3 1.9]*10^8,'figure',1);27 plotmodel(md,'data',md.friction.coefficient,'figure',1); 28 28 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 29 29 … … 44 44 md = solve(md,StressbalanceSolutionEnum); 45 45 46 plotmodel(md,'data',md.friction.coefficient,' caxis',[ 1.3 1.9]*10^8,'figure',1);46 plotmodel(md,'data',md.friction.coefficient,'figure',1); 47 47 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2); 48 48 -
issm/trunk-jpl/examples/Inversion/runme.m
r18274 r18275 11 11 md = solve(md,StressbalanceSolutionEnum); 12 12 13 plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1 );14 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2 );13 plotmodel(md,'data',md.materials.rheology_B,'caxis',[ 1.3 1.9]*10^8,'figure',1,'gridded#all',1); 14 plotmodel(md,'data',md.results.StressbalanceSolution.Vel,'figure',2,'gridded#all',1); 15 15 16 16 save model1 md
Note:
See TracChangeset
for help on using the changeset viewer.