-wuyong
x1=[1;4];
y1=[0.01;0.8];
p=fittype(\'(1+a1*(x1-b1)^-2)^-1\', \'independent\',\'x1\');%定义函数定义自变量
opt=fitoptions(p);
opt.StartPoint=[0.1 0.1];%设置初始参数
f1=fit(x1,y1,p,opt)

 

分类:

技术点:

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-12-23
  • 2021-12-23
  • 2021-04-08
猜你喜欢
  • 2022-01-01
  • 2022-01-01
  • 2021-12-16
  • 2021-07-27
  • 2021-12-23
  • 2021-12-23
  • 2021-11-17
相关资源
相似解决方案