Mudrik Ahmed - MATLAB Central
photo

Mudrik Ahmed


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

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

5 个提问
0 个回答

排名
100,555
of 298,046

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答