Statistics
RANK
112,187
of 301,186
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
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
how to fit several curves into one curve
just now, make use of the function fminunc, the code is as following: options = optimoptions(@fminunc,'Diagnostics','on','Disp...
4 years ago | 0
how to fit several curves into one curve
just now, I find the function "lsqnonneg", although the residual is about big, it sounds working.
4 years ago | 0
| accepted
Question
how to fit several curves into one curve
I have six dataset ,which are (x1,y1), (x1,y2), (x1,y3), (x1,y4), (x1,y5), (x1,y6), an the expected fitting is as: AA = w1 * y...
4 years ago | 2 answers | 0