Fractional order system state space
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Does anyone know how to apply a fractional order system state space representation in MATLAB?
3 comentarios
Walter Roberson
el 4 de Nov. de 2019
That appears to be part of the File Exchange contribution "FOTF Toolbox"
Walter Roberson
el 20 de Dic. de 2021
or FOMCON Toolbox perhaps, https://www.mathworks.com/matlabcentral/fileexchange/66323-fomcon-toolbox-for-matlab
Respuestas (2)
Roshni Garnayak
el 13 de Sept. de 2019
Presently MATLAB doesn’t support the representation of fractional order state space models.
0 comentarios
Muhammad Zeeshan Khan
el 20 de Dic. de 2021
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 comentario
Walter Roberson
el 20 de Dic. de 2021
This appears to refer to the File Exchange contribution https://www.mathworks.com/matlabcentral/fileexchange/66323-fomcon-toolbox-for-matlab
Ver también
Categorías
Más información sobre Dynamic System Models 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!