matlab求超定(矛盾)方程组的最小二乘解
clc,clear,closeall;symsf(t)g(t)f(t)=(abs(t+1)-abs(t-1))/2+sin(t);g(t)=(abs(t+3)-abs(t...
clc, clear, close all;syms f(t) g(t)f(t)=(abs(t+1)-abs(t-1))/2+sin(t);g(t)=(abs(t+3)-abs(t-3))/2+cos(t);%syms x1 x2%syms y1 y2f=@(x,y)[2*x(1)-3*f(y(1))-4*g(y(2))+1;3*x(2)-2*f(y(1))-6*g(x(2))+2;f(x(1))+3*g(x(2))-3-y(1);4*f(x(1))+6*f(x(2))-1-5*y(2);x(1)+y(1)-f(y(2))-g(x(2))+2;x(2)-3*y(2)-2*f(x(1))+10*g(y(1))+5];S=lsqnonlin(f,rand(1,4))程序有错误, 输入参数的数目不足。原因: Failure in initial objective function evaluation. LSQNONLIN cannot continue.怎么改?
展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |