Statistics
2 Questions
0 Answers
RANK
72,456
of 301,159
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 3 answers | 0
