Changeset 814
- Timestamp:
- 06/05/09 12:12:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doc/issmdoc.m
r641 r814 16 16 disp(sprintf('%s',' md=setelementstype(md,''macayeal'',''all''); %defines all elements as MacAyeal''s')); 17 17 disp(sprintf('%s',' md=solve(md,''analysis_type'',''diagnostic'',''package'',''ice''); %generate the velocity field of the ice shelf using the solver ICE')); 18 disp(sprintf('%s',' plotmodel(md,''data'', ''vel''); %displays the velocity (type plotdoc for plotmodel help)'));18 disp(sprintf('%s',' plotmodel(md,''data'',md.results.diagnostic.vel); %displays the velocity (type plotdoc for plotmodel help)'));
Note:
See TracChangeset
for help on using the changeset viewer.