pkg load ocontrol
pkg list ocontrolPackage Name | Version | Installation directory
--------------+---------+-----------------------
ocontrol *| 10.1.0 | .../share/octave/api-v57/packages/ocontrol-10.1.0
pkg load ocontrol
pkg list ocontrolPackage Name | Version | Installation directory
--------------+---------+-----------------------
ocontrol *| 10.1.0 | .../share/octave/api-v57/packages/ocontrol-10.1.0
pkg describe -verbose ocontrol---
Package name:
ocontrol
Version:
10.1.0
Short description:
A pure octave package.
Depends on:
octave >= 7.3.0
Depended on by:
Status:
Loaded
---
Provides:
package
acker
allmargin
append
are
arma
balreal
bode
bodemag
c2d
c2dt
chirp
covar
ctrb
d2c
d2d
damp
db2mag
dbdrop
dcgain
evalfr
feedback
findmaxgain
freqresp
gensig
gram
hsvd
imc
impulse
initial
lmpc
loop
lqe
lqgreg
lqi
lqr
lsim
lyap
mag2db
margin
minreal
modred
nlsim
nyquist
obsv
pade
parallel
pid
pipd
pole
pzmap
qmpc
ramp
referencegain
reg
rlocfind
rlocus
satlsim
sensitivity
series
sgrid
sigma
smithpredict
ss
ss2tf
step
tf
tf2ss
tzero
zero
zpk
help ss'ss' is a function from the file /home/johannes/.local/share/octave/api-v57/packages/ocontrol-10.1.0/ss.m
Generates a state space model from matrix A, B, C, D
Input: delay, A, B, C(optional), D(optional)
Example 1: sys = ss(delay, A, B) % C set to diagnoal matrix
Example 2: sys = ss(delay, A, B, C) % D set to zero matrix
Example 3: sys = ss(delay, A, B, C, D)
Author: Daniel Mårtensson, 2017 September
Additional help for built-in functions and operators is
available in the online version of the manual. Use the command
'doc <topic>' to search the manual index.
Help and information about Octave is also available on the WWW
at https://www.octave.org and via the help@octave.org
mailing list.