Feeds
提问
How to find f(x) using data interpolated using cubic spline interpolation
I have a set of values, x and y (f(x)), in a tabular form. I have used cubic spline interpolation to fit the data. i got the coe...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to get the coefficients of B-spline interpolation
Hello, I have a question, using B-spline i have performed interpolation of my data. The curve shows that its a perfect interpol...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to calculate error bounds of b-spline interpolation in matlab
Hello, I am having a data and am trying to interpolate using b-spline toolbox in Matlab. Apart from visually identifying the ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to solve the optimization using Matlab
How can i solve the following optimization using Matlab optimization tool box?..should i choose fmincon for this? maximize X ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to do the constant optimization problem in Matlab
Hello, Can somebody tell me how to do the following optimization in Matlab Maxmize Φ(i,j) = β. P (i, j) + δ. Ȃj where β, δ...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to solve the optimization using Matlab's optimization toolbox
Can somebody help to solve following optimization using Matlab's optimization toolbox Max r == [ 1 + [(1-pab)/p(ab) ]* pint ]...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to solve following difference equation using Matlab
Hello, Please help me to solve following difference equations using Matlab p(n)= p(n-1) + (1- p(n-1)) * p(0) p(n)= p(...
10 years 前 | 1 个回答 | 0
