Simulink/Matlab diference
조회 수: 2 (최근 30일)
이전 댓글 표시
Hy Is there a way that I can use roots in simulink and get the same result as in matlab? Does simulink use a different compiler than matlab?(I use roots in a matlab embaded function in simulink and get different results than in matlab). Thank you.
댓글 수: 2
Titus Edelhofer
2011년 10월 6일
Hi Cosmin,
are the differences large (i.e., not "just" roundoff?). What results do you get?
Titus
채택된 답변
Walter Roberson
2011년 10월 6일
Simulink uses a different algorithm, and is documented as possibly returning the roots in a different order. So sort() the complex numbers and you should be fine to within roundoff limits (unless the polynomial was badly scaled.)
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!