what is canon() function does ?

28 visualizaciones (últimos 30 días)
Mohammed kandeel
Mohammed kandeel el 9 de Feb. de 2018
Comentada: Farkas Hunor el 6 de Dic. de 2021
If i have system like that
R=100; L=1; C=1; A=[0,1/C;-1/L,-R/L]; B=[0;1/L]; C=[1,0]; D=0; sys=ss(A,B,C,D);
if i make the canon function like that
[systm,T]=canon(sys,'modal')
what actually happened ?
  2 comentarios
KL
KL el 9 de Feb. de 2018
if you're ever unsure about what some command does, you could simply type on the command line,
doc canon
this applies to all functions in your code. For example,
doc ss
Pretty simple right?
Farkas Hunor
Farkas Hunor el 6 de Dic. de 2021
woa

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by