How to defined a transfer function which includes letters and numbers
이전 댓글 표시
I need to draw the bode diagram of a transfer function:
L(s)=C*(1+ms)/(1+ns) where m and n are positive. My problem is that I didnt creat transfer function on MATLAB because of m and n variables. It gives me the error. How can I solve that problem. Thanks in advance
답변 (2개)
Walter Roberson
2016년 9월 14일
편집: Walter Roberson
2016년 9월 14일
0 개 추천
Halil
2016년 9월 14일
편집: Walter Roberson
2016년 9월 14일
댓글 수: 1
Walter Roberson
2016년 9월 14일
Construct the ratio symbolically, not using tf(). Then use https://www.mathworks.com/matlabcentral/fileexchange/10816-mimo-toolbox/content/Mimotools/sym2tf.m
That might not work until you have substituted in definite values for all except one of the variables, though.
You are unlikely to be able to get a frequency response plot from a transfer function that involves variables other than the one one (such as s): the closest you would be able to get would be to substitute in specific values for those variables and plot that.
카테고리
도움말 센터 및 File Exchange에서 Time and Frequency Domain Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!