Changeset 6256
- Timestamp:
- 10/12/10 13:18:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1204.m
r6255 r6256 25 25 md=solve(md,'analysis_type',Transient2DSolutionEnum); 26 26 27 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx),'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180}, ... 28 'contourcolor','k') 27 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx)) 29 28 if printingflag, 30 29 set(gcf,'Color','w') … … 33 32 end 34 33 35 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},... 36 'contourcolor','k') 34 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy)) 37 35 if printingflag, 38 36 set(gcf,'Color','w') … … 41 39 end 42 40 43 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},... 44 'contourcolor','k') 41 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness)) 45 42 if printingflag, 46 43 set(gcf,'Color','w')
Note:
See TracChangeset
for help on using the changeset viewer.