Fractional order system state space
8 次查看(过去 30 天)
显示 更早的评论
Does anyone know how to apply a fractional order system state space representation in MATLAB?
3 个评论
Walter Roberson
2021-12-20
or FOMCON Toolbox perhaps, https://www.mathworks.com/matlabcentral/fileexchange/66323-fomcon-toolbox-for-matlab
回答(2 个)
Roshni Garnayak
2019-9-13
Presently MATLAB doesn’t support the representation of fractional order state space models.
0 个评论
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)
1 个评论
Walter Roberson
2021-12-20
This appears to refer to the File Exchange contribution https://www.mathworks.com/matlabcentral/fileexchange/66323-fomcon-toolbox-for-matlab
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!