photo

Lokesh Rakawat


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
114.767
of 300.369

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 7 anni fa | 0 risposte | 0

0

risposte