<< scicos_simulate batch_functions steadycos >>

Scilab Help >> Xcos > batch_functions > scicosim

scicosim

xcos (batch) simulation function

Syntax

[state,t] = scicosim(state,tcur,tf,sim,str,tol)

Description

Simulator for xcos compiled diagram.

Usually scicosim is called by xcos to perform simulation of a diagram.

But scicosim may also be called outside xcos. Typical usage in such a case may be :

For advanced user it is possible to "manually" change some parameters or state values.

[state,t] = scicosim(state,tcur,tf,sim,str,tol)

Arguments

See also


Report an issue
<< scicos_simulate batch_functions steadycos >>