How to add a constant to a symbolic array element by element?

1 次查看(过去 30 天)
My code is as follows
Mr_theo = (W_R + Up)./a2;
where W_R is a 1x1 double, Up is a 100x1 symbolic array, and a2 is a 100x1 symbolic array. All numbers are positve, however, they consistently are yeilding a negative number, which makes no sense to me at all. Is this a syntax error? the addition of W_R and Up is causing matmatical errors.
  4 个评论

请先登录,再进行评论。

回答(1 个)

madhan ravi
madhan ravi 2020-3-21
They are not negative numbers but probably represented in scientific notations.
format longg % at the beginning
Because the answers I get is all positive.
  2 个评论
Leigh Harrison
Leigh Harrison 2020-3-21
So when I run the same formula in a new script all my numbers work, but when I run the script all together (even in a new m file), it outputs the incorrect negative stuff. This really confuses me - the format longg did not change it. Any more ideas?

请先登录,再进行评论。

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by