what is canon() function does ?

조회 수: 28 (최근 30일)
Mohammed kandeel
Mohammed kandeel 2018년 2월 9일
댓글: Farkas Hunor 2021년 12월 6일
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
KL
KL 2018년 2월 9일
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 2021년 12월 6일
woa

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by