How to convert Time function to Laplace function easily

6 views (last 30 days)
How Can I I get the final TF of the sys by using lapalce command as shown in the attached pic..
close all, clc,clear all
syms z t tau x u s
z*(t+tau)==u;
Eq=ans;
Eq2=diff(z);
laplace(Eq)
sys=z/u;
sys=1/(s^2*tau+s)

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!