Filter löschen
Filter löschen

Solve System of Transfer Functions symbolic

1 Ansicht (letzte 30 Tage)
MB
MB am 3 Feb. 2021
Beantwortet: Ananya Tewari am 23 Mär. 2021
The following system of transfer functions is given:
Does a function exists in Matlab wich solve such system for and delivers the answer: ?

Akzeptierte Antwort

Ananya Tewari
Ananya Tewari am 23 Mär. 2021
I understand that you want to solve the above given system for Y(z). Using syms to create symbolic variables would help to get the desired result.
syms V(z) X(z) Y(z)
V(z) = X(z^2);
Y(z) = V(z^2)
The output for the following code is:

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by