In simulink (matlab v65) , Can we create a function like this?.I did try but i can't
조회 수: 1 (최근 30일)
이전 댓글 표시
s^2 + 2 s + 3
-------------
s +2
댓글 수: 0
답변 (1개)
Walter Roberson
2017년 10월 7일
Sorry, no, in MATLAB 6.5 https://www.mathworks.com/help/releases/R13sp2/toolbox/simulink/slref/transferfcn.html?s_tid=srchtitle
"The order of the denominator must be greater than or equal to the order of the numerator."
In 6.5, the MATLAB function tf() did not have that limitation; see https://www.mathworks.com/help/releases/R13sp2/toolbox/control/ref/tf.html?s_tid=srchtitle . Depending on your use, you might be able to construct an S function; see https://www.mathworks.com/help/releases/R13sp2/toolbox/simulink/slref/slref.html.
Note: in 6.5 it appears that Embedded MATLAB function blocks did not yet exist, except possibly in the context of Code Composer Studio blocks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!