Re: [Scilab-users] Xcos-vector size error

2016-02-17 Thread simon_46_scilab
Thank you for the answer, very helpful. [1 1 1] ->Now it's obvious ...like it always is after the puzzel has been revealed :) Simon -- View this message in context: http://mailinglists.scilab.org/Xcos-vector-size-error-tp4033453p4033486.html Sent from the Scilab users - Mailing Lists Archives

Re: [Scilab-users] Xcos-vector size error

2016-02-16 Thread Clément David
Hi Simon, Thanks for answering yourself :) about the port sizes prompting for MUX / DEMUX you can enforce the size on parameters using a vector notation `[1 1 1]` instead of `3`. -- Clément Le mardi 16 février 2016 à 06:04 -0700, simon_46_scilab a écrit : > Ok, I have solved the problem alread

Re: [Scilab-users] Xcos-vector size error

2016-02-16 Thread simon_46_scilab
Ok, I have solved the problem already. The answer is to use INTEGRAL_m block instead of INTEGRAL_f and declare proper vector of initial condicions, which in this case was 3x1 dimension - [0; 0 ; 0] for example - and then all simulation runs almost perfectly. Almost... because of problem in DEMUX a

[Scilab-users] Xcos-vector size error

2016-02-15 Thread simon_46_scilab
Hi, I am Simon I am doing some project for my studies. We have to simulate regulation systems with use of state information (x(t) - from state space). But for hours I can't manage the problem with vector size I used in simulation. I have been trying to simulate this model: