필터 지우기
필터 지우기

Fractional order system state space

조회 수: 3 (최근 30일)
ariel bintang
ariel bintang 2019년 9월 9일
댓글: Walter Roberson 2021년 12월 20일
Does anyone know how to apply a fractional order system state space representation in MATLAB?
  댓글 수: 3
Walter Roberson
Walter Roberson 2019년 11월 4일
That appears to be part of the File Exchange contribution "FOTF Toolbox"

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

답변 (2개)

Roshni Garnayak
Roshni Garnayak 2019년 9월 13일
Presently MATLAB doesn’t support the representation of fractional order state space models.

Muhammad Zeeshan Khan
Muhammad Zeeshan Khan 2021년 12월 20일
A=[1 2; 3 4];
B=[1;0];
C=[0 1];
D=0;
alpha=0.5 % fractional order
Sys=foss(A,B,C,D,alpha)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by