photo

MUMATZ QURESHI


National Taiwan University of Science and Technology

自 2018 起处于活动状态

Followers: 0   Following: 0

消息

PhD-Student
Optical-thermal & fluid sciences

统计学

MATLAB Answers

3 个提问
1 个回答

排名
19,900
of 299,772

声誉
2

贡献数
3 个提问
1 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

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....

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

0

个回答