Feeds
提问
Trying to minimise the error in the Least Square Regression and finding out the unknown coefficients
x = [10 11 12 13 14 15 16 17 18 19 ]; y = [20 21.5 22 23 25 25.5 26 27.7 28 29 ]; fun = @(A) (A(1)*x+A(2)-y); x0 = [0,0]; ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Integration over function between two limits
format compact syms x f(x) = sin(x) q = integral(f(x),0,pi) when I run this I am facing the following error : "Error using ...
6 years 前 | 2 个回答 | 0