Fracional order transfer function

2 ビュー (過去 30 日間)
Abdelkarim Jabrane
Abdelkarim Jabrane 2019 年 12 月 14 日
コメント済み: Deepak Kumar 2020 年 1 月 3 日
I tried to write a matlab script for the computation of this transfer function but I keep receving an error message saying that the exponent must a scalar integer.
How can I overcome this issue?
Thank you in advance.
In the following is reported the piece of code in question
s=tf('s');
v=20;
a=5;
denom=0;
for k=1:v
denom=denom+((s/a)^((k-1)/v));
end
C=1/denom;
  2 件のコメント
Bandar
Bandar 2019 年 12 月 15 日
Transfer function must be a ratio of polynomails but this is not the case in your question.
Deepak Kumar
Deepak Kumar 2020 年 1 月 3 日

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by