Transfer function
Ältere Kommentare anzeigen
I am new to matlab'plz help me, I am trying to get a Transfer function v2/y, when i tried getting v1/y it worked, here it is: syms s ,'a','b','c','d','k'; S = solve('y=v1*(c+d+a)-v2*c','c*(s*v1-s*v2)=b*s*v2+k*v2'); S = [S.v1 /S.y] but when i try to substitute v1 for v2(in the last line) i get the an error. why as that? is there any better way of doing it? tnx.
1 Kommentar
eliman
am 1 Apr. 2011
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Utilities for the Solver finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!