Different results by changing the position of some variables

1 次查看(过去 30 天)
Hi everyone,
I am just confused when I change the results of some variable, I get the different results. All parameters below are real. So actually I should get the same results.
First Running: (f1+f2+f3)*(results(1)*results(1))+(f4+f5+f6)*results(1)+(f7+f8+f9-1)
ans =
0
Second Running: (f1*(results(1)*results(1))+f4*results(1)+f7)+(f2*(results(1)*results(1))+f5*results(1)+f8)+(f3*(results(1)*results(1))+f6*results(1)+f9)-1
ans =
-0.3128
I really appreciate if someone can answer my question!
Best regards

回答(1 个)

Alex Lee
Alex Lee 2018-2-19
actually I have just decompose the equation, I get the different results

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by