Rev 10908 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10908 | bpr | 1 | $name_examplepenality |
2 | !set tmp_liste=1,1.5,2,2.5,3,3.5,4,4.5,5 |
||
3 | !set tmp_n=2 |
||
4 | !for tmp_j=1 to $tmp_n |
||
5 | !set tmp_penal$tmp_j=!values rint(100*(($tmp_n-$tmp_j)/$tmp_n)^x)/10 for x in $tmp_liste |
||
6 | !next |
||
7 | |||
11363 | bpr | 8 | !readproc slib/text/matrixhtml [$name_entete1,$tmp_liste\ |
9 | 1 $name_entete2,$tmp_penal1\ |
||
10908 | bpr | 10 | ],wimscenter wimsborder,TH=[1;1] CAPTION="$name_example1" |
11 | |||
12 | $slib_out |
||
13 | |||
14 | !set tmp_n=4 |
||
15 | !for tmp_j=1 to $tmp_n |
||
16 | !set tmp_penal$tmp_j=!values rint(100*(($tmp_n-$tmp_j)/$tmp_n)^x)/10 for x in $tmp_liste |
||
17 | !next |
||
18 | |||
11363 | bpr | 19 | !readproc slib/text/matrixhtml [$name_entete1,$tmp_liste\ |
20 | 1 $name_entete2,$tmp_penal1\ |
||
21 | 2 $name_entete2,$tmp_penal2\ |
||
22 | 3 $name_entete2,$tmp_penal3\ |
||
10908 | bpr | 23 | ],wimscenter wimsborder,TH=[1;1] CAPTION="$name_example1" |
24 | |||
25 | $slib_out |