Community Profile

photo

Lokesh Rakawat


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Converged to an infeasible point. FMINCON
P_j = zeros(3,nD).'; options = optimoptions(@fmincon,'Algorithm','sqp','MaxIterations',1500); for i=1:3 P_j(:...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Failure in initial objective function evaluation. FMINCON cannot continue
for i=1:3 P_j(:,i) = fmincon(@(X)( X*(k_integ(:,:)*X.') ), P_j0(:,i), [], [], A, Beq(:,i) ); end I have P_j0 as 5...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


B-spline knot vector generation and interpolation (surface)
I am trying to interpolate the data points (of different contours) to get control points of B-spline by parameterization and kno...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


B-spline curve interpolation
I am trying to interpolate a given no of data points(3D) to get the interpolating B-spline curve. But for lower degree (like n=4...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


Warning matrix is singular to working precision
I have rows of 2D data points. I want to get a interpolating B-spline surface(interpolating each row of data point to get interp...

約6年 前 | 0 件の回答 | 0

0

回答