Feeds
提问
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 前 | 0 个回答 | 1
0
个回答提问
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 前 | 1 个回答 | 1
1
个回答提问
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 前 | 3 个回答 | 0
3
个回答提问
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 前 | 0 个回答 | 0