John Marvin Miniano
Followers: 0 Following: 0
Feeds
提问
I do some revisions to my equation but I still got no answer. It says that there is no enough input argument. Can someone please help me?
function f=rle(x) f(1)=x(2)+x(3)+x(5)+x(7)-2758.6474; f(2)=2*x(1) + 2*x(4) + 4*x(5)-5684.5402; f(3)=x(2) +2*x(3)+x(4)-4292.15...
2 years 前 | 1 个回答 | 0
1
个回答提问
The fsolve function fails to give me an answer for seven unknowns. What should I do?
x0=[1;1;1;1;1;1;1]; x=fsolve(@nle,x0) function f=nle(x) f(1)= x(2)+x(3)+x(5)+x(7)+1587.8938-2800; f(2)= 2*x(1) + 2*x...
2 years 前 | 2 个回答 | 0