Re: [Scilab-users] Trying to use old Scicos file with Xcos

2018-12-14 Thread JD Heinzmann
Sorry to have dropped this conversation 4 years ago. May I bring it alive again? I have just installed SciLab 6.0.1 and would like to be able to use the .cos file I have working in SciCosLab-4.4b8 with Xcos. But there is no option for opening it in SciLab-6. I was able to open it in

[Scilab-users] Output variable initialisation?

2018-12-14 Thread Federico Miyara
Dear All, I've converted a Matlab function to Scilab. The converter inserts the following code: // Output variables initialisation (not found in input variables) z=[]; z is the output variable. Is it necessary to initialise the output variables? Regards, Federico Miyara --- El software

[Scilab-users] Possible error in manual

2018-12-14 Thread Federico Miyara
Dear All, I've converted a Matlab function to Scilab. The converter inserts yhe following code: // Output variables initialisation (not found in input variables) z=[]; z is the output variable. Is it necessary to initialise the output variables? Regards, Federico Miyara --- El software

[Scilab-users] Possible error in manual

2018-12-14 Thread Federico Miyara
Dear All, In the help information for the FFT function I find that, regarding the "inverse" FFT, fft(x,1), the formula is n x(k) = SUM(a(m)*exp(2*%i*%pi*(m-1)*(k-1)/n) m=1 But this is not the inverse FFT since it lacks the required 1/n factor; however, fft(fft(a,-1),1) indeed