Ignore:
Timestamp:
04/23/09 16:13:15 (16 years ago)
Author:
Eric.Larour
Message:

Introduced new Brent Search based Control Optimization algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/m/solutions/cielo/plot_newdistribution.m ΒΆ

    r1 r8  
    11p_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);
     2plotmodel(md,'data',p_g,'title',['Distribution of ' m.parameters.control_type 'at iteration' num2str(n)],'figure',1,'colorbar#all','on'); drawnow;
    33clear p_gx p_gy
Note: See TracChangeset for help on using the changeset viewer.