如何在MatLab中使用lsqcurvefit来解决整数约束非线性反演?

时间:2015-04-24 15:23:49

标签: matlab least-squares levenberg-marquardt

我试图在MatLab中使用lsqcurvefit来解决这样的问题: x = lsqcurvefit(@ myfun,x0,xdata,ydata)其中x只能是整数。 似乎默认设置使x以一种超过任何类型值的方式发生变化。 有人可以这么好帮忙吗?

0 个答案:

没有答案