Simulink/Matlab diference

1 次查看(过去 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
Titus Edelhofer 2011-10-6
Hi Cosmin,
are the differences large (i.e., not "just" roundoff?). What results do you get?
Titus
Cosmin Darab
Cosmin Darab 2011-10-7
Hi,
The results are almous the same but the last zecimals don't assembly(eg.0.001235876 and 0.001235012) but I use this numbers in an logarithm and the resuls are way different.
Thank You

请先登录,再进行评论。

采纳的回答

Walter Roberson
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 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by