photo

Khadija


Last seen: 9 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
150,076
of 299,823

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to get global optimum with Multistart?
I used lsqcurvfit to give an estimate to the parameters, but certainly the initial condition does not give a good fit, I impleme...

9 months 前 | 1 个回答 | 0

1

个回答

提问


How to color a contour of two curves?
Hi, I'm trying to color a contour between two function curves, the problem is that just the two curves appear, without a colored...

9 months 前 | 1 个回答 | 0

1

个回答

提问


How can i draw shaded confidence region with nlparci and lsqcurvfit?
[k,Rsdnrm,Rsd,ExFlg,OptmInfo,Lmda,Jmat] = lsqcurvefit(@simulatedhs,k0,tforward,[Hdata,HSdata],lb,ub); CI = nlparci(k,Rsd,'jacob...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to implement MultiStart to find a good fit of two curves at the same time with real data such as our curves are governed by an ODE system?
% Set up the problem for MultiStart problem = createOptimProblem('lsqcurvefit','x0',k0,'objective',@simulatedhs,... 'lb',z...

1 year 前 | 0 个回答 | 0

0

个回答

提问


how to get a good estimate of the positive parameters that will give a good fit of the curves to real data?
clear close all clc % Données spécifiques specific_data = [ 2009 2 8; 2010 10 22; 2011 30 45; 2012 ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Hello, I would like to know how to draw a shaded region like this?
I am trying to estimate the parameters for a mathematical model, I managed to do it but there remains a problem of determining t...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How can i solve this problem' when i am running, this message appears: Failure in initial objective function evaluation. FMINUNC cannot continue.
I'm writing a matlab program to try to fit a mathematical model to real data.

1 year 前 | 1 个回答 | 0

1

个回答