Fractional order system state space

3 次查看(过去 30 天)
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
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