
MUMATZ QURESHI
National Taiwan University of Science and Technology
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
lsqcurvefit help
function myfun xdata = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; ydata = [455.2 428.6 124.1 67.3 43.2 28.1 13.1 -0....
lsqcurvefit help
function myfun xdata = [0.9 1.5 13.8 19.8 24.1 28.2 35.2 60.3 74.6 81.3]; ydata = [455.2 428.6 124.1 67.3 43.2 28.1 13.1 -0....
6 years 前 | 1
提问
How i use numerical integration in nonlinear curvefitting ? because integration is not working in nonlinear curve fitting.Is any one give me one example in which numerical integration correctly working with respect to time limits?
x0=[0.5,6,3,5,6,1]; lb=[]; ub=[]; x= lsqcurvefit(@myfun1,x0,xdata,ydata,lb,ub,options) disp=linspace(xdata(1),xdata(end)); ...
6 years 前 | 0 个回答 | 0
0
个回答提问
how I use function F = myfun1(x,xdata) F= @(x,xdata)x(1).*exp(x(2).*xdata);
function F = myfun1(x,xdata) F= @(x,xdata)x(1).*exp(x(2).*xdata); % Assume you determined xdata and ydata experimentally xd...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can we change colors in 3D Scatterplot?
I want to show my relative error data on z axies with respect to xy-axis coordinates so I use 3d scatter plot to do this task.Bu...
6 years 前 | 0 个回答 | 0