How can I implement the laplace transorm of a function in Simulink?
5 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
I might be asking a trivial question but im not familiar with simulink at all. Im a Matlab user really.
So I have the system:
F(s) = ts/((ts + 1)^2)
and I want to implement a block in simulink that takes in an input (in time) and gives the output of this system.
Any help will be greatly appreciated, Thanks, Andreas.
0 件のコメント
採用された回答
Andreas Goser
2013 年 6 月 12 日
That should be achieved by using the transfer function block.
3 件のコメント
Andreas Goser
2013 年 6 月 13 日
Each variable you use in the mask of such a block "sees" the content of the variable if in the MATLAB workspace. So you can e.g. do parameter studies with a MATLAB code using SIM command.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!