フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I convert a transfer function into time dependent using ilaplace

1 回表示 (過去 30 日間)
Tejas
Tejas 2013 年 10 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have tried to use ilaplace
X2=(F*G3+C*G3)/(1+C*G3); % F,G3,C are transfer functions generated using tf
v=sym('X2');
x=ilaplace(v);
then i use it to plot a function using plot but when i try to run the code i get an error as shown below
??? The following error occurred converting from sym to double: Error using ==> mupadmex Error in MuPAD command: DOUBLE cannot convert the input expression into a double array.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by