Statistics
4 Questions
0 Answers
RANK
20,516
of 295,569
REPUTATION
2
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
faster alternative to scatteredinterpolant
I have data that looks approximately as follows: W=[ 1 2 4 5 ; 2 3 4 4; 3 6 7 8 ; 2.5 3 4 5; 4 5 6 7] Y =[ 1 3 5...
10 years ago | 0 answers | 1
0
answersQuestion
minimize a function fast
Hi! I am trying the minimize a function of the following form: (Y - exp(a + b_1 X1 + b_2 X2)).^2 Y, X1, and X2 are all v...
10 years ago | 1 answer | 1
1
answerQuestion
1D interpolation with non-monotonic scattered data
I cant figure out how do 1D interpolation with scattered data. I know how to get it working with 2D interpolation, but scattered...
10 years ago | 3 answers | 0
3
answersQuestion
speed up code using servers
I have a code that takes more than a day to run. It has a lot of nested loops so I cant use parfor to speed it up much. Can I hi...
10 years ago | 0 answers | 0