Changeset 8 for issm/trunk/src/m/solutions/cielo/plot_newdistribution.m
- Timestamp:
- 04/23/09 16:13:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/m/solutions/cielo/plot_newdistribution.m ΒΆ
r1 r8 1 1 p_gx=p_g(1:2:end);p_gy=p_g(2:2:end); p_g=sqrt(p_gx.^2+p_gy.^2); 2 plotmodel(md,'data',p_g,'title',['Distribution of ' m.parameters.control_type 'at iteration' num2str(n)],'figure',1,'colorbar#all','on'); pause(1);2 plotmodel(md,'data',p_g,'title',['Distribution of ' m.parameters.control_type 'at iteration' num2str(n)],'figure',1,'colorbar#all','on'); drawnow; 3 3 clear p_gx p_gy
Note:
See TracChangeset
for help on using the changeset viewer.