Ignore:
Timestamp:
10/30/15 11:19:58 (9 years ago)
Author:
jbrlod
Message:

modif in plot_article.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/exp_nemed/plot_article.m

    r170 r191  
    22clear all 
    33 
     4 
     5addpath('../matlab_toolbox'); 
    46osave = true; 
    57 
     
    125127    mapshow(S,'Color',[0 0 0]); 
    126128 
    127 legend([Hb Hr Hobs],'Background.','Analysis','Drifter trajectory','Location','SouthWest'); 
     129legend([Hb Hr Hobs],'Averaged over 9 days : background','Corrected','Drifter trajectory','Location','SouthWest'); 
    128130text(35.33,32.75,'1 m/s') 
    129131%print -dpng ../exp_forw_dan/simu_drifter_dan.png 
     
    189191axis(LIM); 
    190192colormap(cmap); 
    191 title('Okubo-Weiss parameter of the Anlaysis'); 
     193title('Okubo-Weiss parameter of the corrected field'); 
    192194 
    193195if osave 
Note: See TracChangeset for help on using the changeset viewer.