Changeset 35 for trunk


Ignore:
Timestamp:
09/11/09 16:37:55 (15 years ago)
Author:
pinsard
Message:

typo in headers

Location:
trunk/toolbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/toolbox/cenred.m

    r4 r35  
    11function [X,moya,ecaa] = cenred(Z,moya,eca) 
    2 % Fonction qui centree par moya et eca  
    3 %avec la formule X=(2/3)*(Z-moya)/eca 
    4 %les invivudus etant en ligne 
     2% Fonction qui centrée par moya et eca  
     3% avec la formule X=(2/3)*(Z-moya)/eca 
     4% les individus étant en ligne 
     5 
     6%+ 
     7% EVOLUTIONS 
     8% ========== 
     9% 
     10% $Id$ 
     11% 
     12% - fplod 2009-09-10T14:57:55Z aedon.locean-ipsl.upmc.fr (Darwin) 
     13% 
     14%   * typo in header 
     15%   * add minimal ReStructured Text header 
     16% 
     17%- 
     18 
    519UN = ones(size(Z)); 
    620Moy =moya ; 
  • trunk/toolbox/decenred.m

    r4 r35  
    11function X = decenred(Z,moya,ecaa) 
    2 % Fonction pour denormaliser la matrice Z 
    3 % en lignes 
     2% Fonction pour dénormaliser la matrice Z en lignes 
     3 
     4%+ 
     5% 
     6% EVOLUTIONS 
     7% ========== 
     8% 
     9% $Id$ 
     10% 
     11% - fplod 2009-09-10T14:59:54Z aedon.locean-ipsl.upmc.fr (Darwin) 
     12% 
     13%   * typo in header 
     14%   * add minimal ReStructured Text header 
     15% 
     16%- 
     17 
    418%load moya;load ecaa 
     19 
    520UN = ones(size(Z)); 
    621Moy = moya; 
Note: See TracChangeset for help on using the changeset viewer.