how can i do to use laplace transformation result into tf?

조회 수: 1 (최근 30일)
Byeong Hui
Byeong Hui 2014년 4월 22일
댓글: Azzi Abdelmalek 2014년 4월 22일
this is my code.
syms x t y z c T; G=T*diff(y)+y; U=laplace(G) sys=tf(U) t=0:.1:20; % time f=200; % frequency omega = 2*pi*f; % rad/s u=sin(omega*t); % input : harmonic function - sin(wt) to lsim(sys,u,t) % Check
when i run this code, the number of line 4 has error that order 'tf' run only numerical matrixs. I have known order tf. but, I want to use laplace transformation result directly. How can i do?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by