Borrar filtros
Borrar filtros

Solve System of Transfer Functions symbolic

1 visualización (últimos 30 días)
MB
MB el 3 de Feb. de 2021
Respondida: Ananya Tewari el 23 de Mzo. de 2021
The following system of transfer functions is given:
Does a function exists in Matlab wich solve such system for and delivers the answer: ?

Respuesta aceptada

Ananya Tewari
Ananya Tewari el 23 de Mzo. de 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:

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by