How to convert Time function to Laplace function easily

6 ビュー (過去 30 日間)
Y77
Y77 2020 年 10 月 21 日
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)

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by