Changeset 45


Ignore:
Timestamp:
09/21/09 15:43:08 (15 years ago)
Author:
pinsard
Message:

remoce TOOLBOX/toolbox

Location:
trunk/TOOLBOX
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLBOX/colorbartype.m

    r33 r45  
    44%               ou horizontalement--> 1 ou 0 
    55% 08/09/00- EK: si les valeurs sont petites, ecriture au format exponentiel 
     6 
     7%+ 
     8% 
     9% EVOLUTIONS 
     10% ========== 
     11% 
     12% $Id$ 
     13% 
     14%  
     15% - fplod 2009-09-21T10:06:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
     16%    
     17%   * add minimal ReStructured Text header 
     18% 
     19%- 
    620 
    721h0 = axes('Position',pos,'Box','on'); 
  • trunk/TOOLBOX/contlab.m

    r33 r45  
    1010% 24/10/96 - EK 
    1111%------------------------------------------------------------------------ 
     12 
     13%+ 
     14% 
     15% EVOLUTIONS 
     16% ========== 
     17% 
     18% $Id$ 
     19% 
     20% 
     21% - fplod 2009-09-21T10:06:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
     22%    
     23%   * add minimal ReStructured Text header 
     24% 
     25%- 
    1226  
    1327% Tick labels pour longitude 
  • trunk/TOOLBOX/normalisation.m

    r33 r45  
    11function y = normalisation(serie); 
     2 
     3%+ 
     4% 
     5% EVOLUTIONS 
     6% ========== 
     7% 
     8% $Id$ 
     9% 
     10% 
     11% - fplod 2009-09-21T10:06:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12%    
     13%   * add minimal ReStructured Text header 
     14% 
     15%- 
    216 
    317serie = serie - mean(serie); 
  • trunk/TOOLBOX/whorldmap.m

    r33 r45  
    5454%   * add octave warning on Erasemode 
    5555%   * replace ``isstr`` by ``ischar`` to avoid following message : 
    56 %     :: 
    5756% 
    5857%     warning: isstr is obsolete and will be removed from a future version of Octave, please use ischar instead 
Note: See TracChangeset for help on using the changeset viewer.