Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 MatLab 中使用 lsqcurvefit 来解决这样的问题: x=lsqcurvefit(@myfun,x0,xdata,ydata) 其中 x 只能是整数。似乎默认设置使 x 以一种超过任何值的方式发生变化。有人能帮上忙吗?