photo

Sepi Sharif


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Hey Matlab friends, I have to estimate my 4 parameters, for 200 .matfiles and store the results. I created the codes below but it works for the first 6 datasets.
files = dir('*.mat') ; % all the .mat files in the folder N = length(files) ; % Total number of files for LL=1:N ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


why PSI values are diffrent when nlmefit using ode45 solver compared to when it uses analytical solution?
nlmefit estimated parameters differently when it uses analytical solution compared to when it uses ode45 solver for the same dat...

3 years 前 | 3 个回答 | 0

3

个回答