<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/MATRICE/

congridseb.pro

topcongridseb

result = congridseb(tableau, x, y)

NAME:CONGRIDSEB PURPOSE:meme chose que congrid mais qui marche ... cf par ex: IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 3 4 4 1 1 1 2 2 2 3 3 3 3 4 4 5 5 5 6 6 6 7 7 7 7 8 8 5 5 5 6 6 6 7 7 7 7 8 8 IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 4 4 4 3 3 3 4 4 4 5 5 5 6 6 6 5 5 5 6 6 6 7 7 7 8 8 8 5 5 5 6 6 6 7 7 7 8 8 8 IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 4 4 4 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 5 5 5 6 6 6 7 7 7 8 8 8 CATEGORY:bidouille matrices CALLING SEQUENCE:res=congridseb(tableau,x[,y]) INPUTS:tableau:un tableau 1 ou 2d x:dim en x du resultat doit etre un multiple de dim en x de tableau y:dim en y du resultat doit etre un multiple de dim en y de tableau KEYWORD PARAMETERS: OUTPUTS:res un tableau de dim x * y COMMON BLOCKS: SIDE EFFECTS: RESTRICTIONS: EXAMPLE:

Parameters

tableau       

x       

y       

Produced by IDLdoc 2.0.