Mudrik Ahmed - MATLAB Central
photo

Mudrik Ahmed


Last seen: más de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 09/21 to 01/25Use left and right arrows to move selectionFrom 09/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
198.790
of 296.430

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
20.0%

VOTOS RECIBIDOS
0

  • Explorer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


I don't know why I am getting the error after all the hard work
% patched-conic gravity assist interplanetary % trajectory design and optimization % JPL ephemeris and 64 bit SNOPT algorith...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I fix this error and what does mean by should return 1 or two arguments help pls
% Check userfun userFG = checkFun(userfun,'SNOPT','userfun'); gotDeriv = 0; try [F,G] = userFG(x); gotDeriv = 1; cat...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why Am I getting this warning about SNOPT derivative structure
Warning: User is not providing SNOPT derivatives structures > In snopt (line 334) In lambert4_64bit (line 245) Warning: Der...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unrecognized function or variable 'snopt'. Error in Untitledidk (line 362) [x, f, inform, xmul, fmul] = snopt(xg, xlwr, xupr, xmul, xstate, ... What is this function
% bounds on v-infinity matching (equality) constraint flow(3) = 0.0; fupp(3) = 0.0; flow = flow'; fupp = fupp'; xmul ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why am I getting this error? Unrecognized function or variable 'snopt'. Error in Untitledidk (line 362) [x, f, inform, xmul, fmul] = snopt(Pls can some one show me a solution
clear; global emu smu xmu aunit ip1 ip2 ip3 jdtdb0 jdtdbi1 global iephem km ephname eq2000 pmu rep rsoi fbalt global dv...

más de 3 años hace | 1 respuesta | 0

1

respuesta
Go to top of page