필터 지우기
필터 지우기

Different results by changing the position of some variables

조회 수: 1 (최근 30일)
Alex Lee
Alex Lee 2018년 2월 19일
답변: Alex Lee 2018년 2월 19일
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에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by