<p>Hello!</p><p>I need help!</p><p>I'm trying to do a simulation, and part of
xcos diagram is a
scifunc_block_m. I wrote a function to be executed and linked it to that block.
Previously I wrote
that function in editor, it is in the form:</p><p>function
ydot=f(t,y)</p><p>...</p><p>endfunction</p><p>Then I've called it with ode(...)
containing inital
time, initial value, etc. and that worked perfectly.</p><p>Now that function is
called by
scifunc_block_m but I get as a result ydot calculated algebraicaly, I don't get
y calculeted as a
solution of that first order differential equation.</p><p>Can I get help,
thankyou!</p><p>Maro
V.</p><br />