Community Profile

photo

Sepi Sharif


Last seen: 1년 초과 전 2021년부터 활동

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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

2년 초과 전 | 답변 수: 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...

2년 초과 전 | 답변 수: 3 | 0

3

답변