Re: [Scilab-users] Neural network model at SCILAB

2012-11-22 Thread Daniel Penalva
There is a external module named ANN, you can find it at ATOMS: http://atoms.scilab.org/ On Wed, Nov 21, 2012 at 4:35 AM, Arif wrote: > Dear all, > > Could you give me like tutorial for make neural network model at SCILAB ? > I'm sorry, usually I use Matlab, but I want change to FOSS for my re

Re: [Scilab-users] vectoriztion and sets of data

2012-11-22 Thread Adrien Vogt-Schilb
Hi again I am still not sure, but look at the output of A=rand(8,6) B=zeros(8,6) D = A > B D = bool2s (A > B) This might give you insight on how to solve your problem tell me if not On 22/11/2012 16:06, Paul Carrico wrote: The original code looked like ... I'm trying to optimized it (ok f

Re: [Scilab-users] vectoriztion and sets of data

2012-11-22 Thread Paul Carrico
The original code looked like … I’m trying to optimized it (ok for the “if”, but how to combine a set of data and vectorization (??? Many trials but I failed) // initial matrix A = rand(8,6); B = zeros(8,6); C = [A ; A; B; A; B; B; A]; [nr,nc] = size(C); // original code looks like D =

Re: [Scilab-users] vectoriztion and sets of data

2012-11-22 Thread Adrien Vogt-Schilb
On 22/11/2012 15:48, Paul Carrico wrote: Dear All, On the above example, it should be possible to select a sets of rows, should not ? if so how please ? Thanks Paul Hi Didn't understand your question, have a look at this: A=[1:10]'*2 rows = [1;6;2] B=zeros(A) B(rows) = A(rows) hop

[Scilab-users] vectoriztion and sets of data

2012-11-22 Thread Paul Carrico
Dear All, On the above example, it should be possible to select a sets of rows, should not ? if so how please ? Thanks Paul ### mode(0) // initial matrix A = rand(8,6); B = zeros(8,6); C = [A ; A; B; A; B; B; A]; [nr,nc] = size(C);

[Scilab-users] Bug 6737

2012-11-22 Thread Frei Matthias
Hi, I've seen the bug report http://bugzilla.scilab.org/show_bug.cgi?id=6737. The report is 2 years old, can we still hope it will be fixed? Thanks, Matthias ferag... Ferag AG Matthias Frei Forschung & Entwicklung Zürichstrasse 74 CH-8340 Hinwil Telefon +41 44 938 65 86 matthias.f...@ferag.com