Re: [OctDev] Permutations

2010-11-29 Thread martin . ecarnot
I looked here: http://octave.sourceforge.net/statistics/overview.html Ok if it's in SNV. Anyway, I already have the working function. Thanks Martin - Mail Original - De: "Søren Hauberg" À: "martin ecarnot" Cc: octave-dev@lists.sourceforge.net Envoyé: Lundi 29 Novembre 2010 16h10:05 GM

Re: [OctDev] Permutations

2010-11-29 Thread martin . ecarnot
Ok, sorry. >>> combnk(1:5,3) error: number of columns must match (1 != 3) error: called from: error: /H/octave/combnk.m at line 58, column 14 error: /H/octave/combnk.m at line 38, column 12 If k<3, it's allright: >>> combnk(1:5,2) ans = 1 2 1 3 1 4 1 5 2 3 2 4

Re: [OctDev] Permutations

2010-11-29 Thread martin . ecarnot
Superb! It works perfectly. Thank you Just a remark: I can't find it in octave-forge/statistics ... Martin - Mail Original - De: "Søren Hauberg" À: "martin ecarnot" Cc: octave-dev@lists.sourceforge.net Envoyé: Lundi 29 Novembre 2010 15h41:36 GMT +01:00 Amsterdam / Berlin / Berne /

Re: [OctDev] Permutations

2010-11-29 Thread martin . ecarnot
Hi, Thanks for your reply and the script. However, it doesn't work for me if k>2 (Octave 3.2.4) Martin - Mail Original - De: "Søren Hauberg" À: "martin ecarnot" Cc: octave-dev@lists.sourceforge.net Envoyé: Vendredi 26 Novembre 2010 23h07:54 GMT +01:00 Amsterdam / Berlin / Berne / Rome

Re: [OctDev] Permutations

2010-11-29 Thread Søren Hauberg
man, 29 11 2010 kl. 15:59 +0100, skrev martin.ecar...@free.fr: > Superb! > It works perfectly. Great :-) > Just a remark: I can't find it in octave-forge/statistics ... Currently, the code is only in SVN. Is that where you looked? Søren

Re: [OctDev] Permutations

2010-11-29 Thread Søren Hauberg
Hmm, this doesn't happen in the developer sources. The attached version seems to work for me in 3.2.4. Could you try that? Søren man, 29 11 2010 kl. 15:27 +0100, skrev martin.ecar...@free.fr: > Ok, sorry. > > >>> combnk(1:5,3) > error: number of columns must match (1 != 3) > error: called from:

Re: [OctDev] Permutations

2010-11-29 Thread Søren Hauberg
man, 29 11 2010 kl. 14:58 +0100, skrev martin.ecar...@free.fr: > Thanks for your reply and the script. > However, it doesn't work for me if k>2 (Octave 3.2.4) Could you send me an example where it fails (including data, how you calling the function and the output you got) ? Søren --

[OctDev] Usage of Octave software

2010-11-29 Thread raghavendra p
Dear sir, Please let me know the possibility to implement various instruments like Gyroscope, accelerometer, etc in a manner similar to that of Simulink (Matlab) using Octave software. Your guidance with regard to implementation of any other electronic instrument specific to aircraft will be appre