photo

Andreas Lechleitner


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
28,634
of 297,503

声誉
1

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Get properties from Aspen Plus
Hello Matlab community, I want to use material properties from Aspen Properties V9 to calculate some dimensionless numbers. For...

5 years 前 | 1 个回答 | 1

1

个回答

提问


Can I use lsqcurvefit even if my data is not consistent in length? Or do I have to use fmincon?
I have a dataset like this: x1=1:1:5; x1=repmat(x1',1,5); y1=rand(5,5); x2=0.5:1:5.5; x2=repmat(x2',1,5); y2=rand...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to fit 30 data points to a differential equation system of 5 equation to determine 13 unkown constants? (for instance with lsqcurvefit)
I already have a script, which uses lsqcurvefit, but the fit is really bad and depend strongly on initial values. In my opinio...

6 years 前 | 1 个回答 | 0

1

个回答