integer transfer function to fractional order system

how to convert the 2.6/62s+1 transfer function to fractional order transfer fucntion using FOMCON toolbox?

 Accepted Answer

If you have already downloaded the fomcon and placed it on MATLAB's path, then you can define it like this
fotf([62 1], [1 1], 2.6, 1)

More Answers (0)

Categories

Asked:

on 16 Nov 2020

Answered:

on 16 Nov 2020

Community Treasure Hunt

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

Start Hunting!