필터 지우기
필터 지우기

hi.I don't know how to create B...help me pls.

조회 수: 2 (최근 30일)
super bad
super bad 2017년 10월 7일
댓글: super bad 2017년 10월 7일
1 a
A= ----- ; B= -----
s + 2 s+b
1/ create tranfer function A and B
2/ A+B=?
  댓글 수: 7
Star Strider
Star Strider 2017년 10월 7일
In my Answer to your previous Question, in which I supplied anonymous and inline functions, amongst other approaches, that allow you to pass those parameters as arguments to the tf function, you said that none of them worked, yet those are the only possible options.
super bad
super bad 2017년 10월 7일
I tried your ways but the result was not a tranfer function. Perhaps because of our differences in language, I can not express exactly what I want for you.

댓글을 달려면 로그인하십시오.

답변 (1개)

M
M 2017년 10월 7일
Hello,
to create transfer functions in Matlab, you should look at the 'tf' function :
sys = tf(Numerator,Denominator)
  댓글 수: 1
super bad
super bad 2017년 10월 7일
hello. I know use a command 'tf'.but it is only executed to numberic data.
ex: A=tf([1 1],[1 1 1]);
you can't use it for parameters (a,b) like my example.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by