Re: [OctDev] fminbnd in Octave 3.2.4

2012-07-27 Thread fepa
Dear Jordi, Thank you for your e-mail. I apologize for not having sent the bug report yet. I have loads of things to do, but I'm planning to send the report some time next week. Here I have some figures of how slow Octave 3.6.2 is in my system compared with the previous version 3.2.4. For the sa

Re: [OctDev] fminbnd in Octave 3.2.4

2012-07-27 Thread Jordi Gutiérrez Hermoso
On 22 July 2012 22:30, Jordi Gutiérrez Hermoso wrote: > On 22 July 2012 18:53, wrote: >> I have already tried updating to Octave 3.6.2, but my code takes ages to >> be executed in this new version. > > This is a bug. Please prepare a report: > > http://www.gnu.org/software/octave/bugs.html

Re: [OctDev] fix rceps behavior for signals of odd length

2012-07-27 Thread Mike Miller
On Fri, Jul 27, 2012 at 02:56:37PM +0100, Carnë Draug wrote: > On 8 July 2012 15:39, Mike Miller wrote: > > Can someone with ML signal toolbox please send back the results of: > > > > [y, xm] = rceps ([1, 2, 3, 4]) > > [y, xm] = rceps ([1, 2, 3, 4, 5]) > > [y, xm] = rceps ([0]) > > [y, xm] = rceps

[OctDev] control 2.3.52 - feedback.m checks feedin for feedout

2012-07-27 Thread Tony Olivo
Hello, I was playing around learning the control toolbox today, and found that I couldn't properly set up a feedback system where sys1 had 2 inputs and 1 output, and sys2 had 1 input and 2 outputs. I would get the error message: > error: feedback: range of feedout indices exceeds dimensions of sys

Re: [OctDev] Fwd: Ranking SOCIS student applications

2012-07-27 Thread Juan Pablo Carbajal
2012/7/27 c. : > > Il giorno 27/lug/2012, alle ore 18.11, Juan Pablo Carbajal ha scritto: > >> Ok, we can start. >> http://wiki.octave.org/ESA_Summer_of_Code_in_Space > > Where should comments go? > c. > Sorry, use the discussion page (a tab at the top of the page) here is the link http://wiki.oct

Re: [OctDev] Fwd: Ranking SOCIS student applications

2012-07-27 Thread c.
Il giorno 27/lug/2012, alle ore 18.11, Juan Pablo Carbajal ha scritto: > Ok, we can start. > http://wiki.octave.org/ESA_Summer_of_Code_in_Space Where should comments go? c. -- Live Security Virtual Conference Exclusive

Re: [OctDev] Fwd: Ranking SOCIS student applications

2012-07-27 Thread Juan Pablo Carbajal
On Fri, Jul 27, 2012 at 5:48 PM, Jordi Gutiérrez Hermoso wrote: > First Name (mandatory): Alexandru > Last Name (mandatory): Gheorghiu > Email contact (mandatory): gheorghiuan...@gmail.com > Personal website: http://andru314.blogspot.ro/ > Date of birth (mandatory): 10/09/1990 > Nationality or nat

[OctDev] Fwd: Ranking SOCIS student applications

2012-07-27 Thread Jordi Gutiérrez Hermoso
The following are the SOCIS applications that I received. I removed a few bits of personal information of the students that shouldn't be relevant to us, such as their student ID scans. We need to rank these students and submit our ranking to ESA **BY JULY 31**. The top student will be selected unle

Re: [OctDev] octcdf 1.1.5

2012-07-27 Thread nitnit
Hello Alexander, I have built octcdf-1.1.5 on windows (octave4.6.2 mingw), and has used pre-built netcdf-4.2.1 from http://www.unidata.ucar.edu/software/netcdf/win_netcdf/ (have used nc4_dap_32_dll.zip with dap support). example_netcdf.m runs ok example_opendap runs ok but it fails on closing the

Re: [OctDev] signal package: possible bug on fir2 with patch (please review)

2012-07-27 Thread Carnë Draug
On 6 July 2012 03:11, Mike Miller wrote: > On Tue, Jul 3, 2012 at 10:50 AM, Carnë Draug wrote: >> Hi >> >> I was looking at the built-in forums of sourceforge and found the >> following reported 2 years ago (these forums have since been hidden >> and blocked to prevent posting). Could someone ple

Re: [OctDev] fix rceps behavior for signals of odd length

2012-07-27 Thread Carnë Draug
On 8 July 2012 15:39, Mike Miller wrote: > On Fri, Jul 6, 2012 at 7:20 PM, Sergei Steshenko wrote: >> Hello, >> >> here is a quick example: >> >> " >> octave:43> [y, xm] = rceps([1 2 3 4]); >> octave:44> xm >> xm = >> >>3.98049 3.01913 2.01951 0.98087 >> >> octave:45> [y, xm] = rceps([1