Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
minreal
minimal balanced realization
Syntax
slb=minreal(sl [,tol])
Arguments
- sl,slb
syslin
lists- tol
real (threshold)
Description
[ae,be,ce]=minreal(a,b,c,domain [,tol])
returns the balanced realization of linear
system sl
(syslin
list).
sl
is assumed stable.
tol
threshold used in equil1
.
Examples
See also
Report an issue | ||
<< invsyslin | Transformation de Modèles | minss >> |