基本信息
源码名称:ADiGator V1.5
源码大小:3.30M
文件格式:.zip
开发语言:MATLAB
更新时间:2021-12-15
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
ADiGator V1.5

.
├── matt-weinstein-adigator-47059cc
│   ├── Contents.m
│   ├── adigator.m
│   ├── adigatorCreateAuxInput.m
│   ├── adigatorCreateDerivInput.m
│   ├── adigatorOptions.m
│   ├── docs
│   │   ├── ADiGatorUserGuide.pdf
│   │   ├── AIAA-GNC-ADiGator-GPOPS-II.pdf
│   │   ├── COPYING.txt
│   │   ├── README.md
│   │   ├── TOMS-2011-0055.pdf
│   │   ├── TOMS-2013-0067.pdf
│   │   ├── adigator-CALGO.pdf
│   │   ├── userguidefiles
│   │   │   ├── ADiGatorUserGuide.tex
│   │   │   ├── derivgator_notitle.jpg
│   │   │   ├── makepdf.sh
│   │   │   ├── master.bib
│   │   │   └── shortcuts2.tex
│   │   └── weinsteinmj_dissertation.pdf
│   ├── examples
│   │   ├── Contents.m
│   │   ├── hessians
│   │   │   ├── Contents.m
│   │   │   └── logsumexp
│   │   │       ├── Contents.m
│   │   │       ├── logsumexp.m
│   │   │       └── main.m
│   │   ├── jachesvecprods
│   │   │   ├── Contents.m
│   │   │   ├── arrow.m
│   │   │   ├── arrowsum.m
│   │   │   └── main.m
│   │   ├── jacobians
│   │   │   ├── Contents.m
│   │   │   ├── arrowhead
│   │   │   │   ├── Contents.m
│   │   │   │   ├── arrowhead.m
│   │   │   │   ├── arrowhead4numjac.m
│   │   │   │   └── main.m
│   │   │   └── polydatafit
│   │   │       ├── Contents.m
│   │   │       ├── fit.m
│   │   │       ├── fit4numjac.m
│   │   │       └── main.m
│   │   ├── optimization
│   │   │   ├── Contents.m
│   │   │   ├── fminconEx
│   │   │   │   ├── Contents.m
│   │   │   │   ├── confun.m
│   │   │   │   ├── main.m
│   │   │   │   └── objfun.m
│   │   │   ├── fminuncEx
│   │   │   │   ├── Contents.m
│   │   │   │   ├── brownf.m
│   │   │   │   └── main.m
│   │   │   ├── fsolveEx
│   │   │   │   ├── Contents.m
│   │   │   │   ├── bananaf.m
│   │   │   │   └── main.m
│   │   │   ├── ipoptEx
│   │   │   │   ├── Contents.m
│   │   │   │   ├── dgl2fg.f
│   │   │   │   ├── gl2f.m
│   │   │   │   ├── gl2main.m
│   │   │   │   └── gl2st.m
│   │   │   └── vectorized
│   │   │       ├── Contents.m
│   │   │       ├── brachistochrone
│   │   │       │   ├── Contents.m
│   │   │       │   ├── basic_cons.m
│   │   │       │   ├── basic_conswrap.m
│   │   │       │   ├── basic_laggrad.m
│   │   │       │   ├── basic_laggradwrap.m
│   │   │       │   ├── basic_objwrap.m
│   │   │       │   ├── dynamics.m
│   │   │       │   ├── main_basic_1stderivs.m
│   │   │       │   ├── main_basic_2ndderivs.m
│   │   │       │   ├── main_noderivs.m
│   │   │       │   ├── main_vect_1stderivs.m
│   │   │       │   ├── main_vect_2ndderivs.m
│   │   │       │   ├── setupproblem.m
│   │   │       │   ├── vect_cons.m
│   │   │       │   ├── vect_conswrap.m
│   │   │       │   ├── vect_laggrad.m
│   │   │       │   └── vect_laggradwrap.m
│   │   │       └── minimumclimb
│   │   │           ├── Contents.m
│   │   │           ├── basic_objwrap.m
│   │   │           ├── conswrap.m
│   │   │           ├── dynamics.m
│   │   │           ├── laghesswrap.m
│   │   │           ├── main_1stderivs_nonvect.m
│   │   │           ├── main_1stderivs_vect.m
│   │   │           ├── main_2ndderivs_nonvect.m
│   │   │           ├── main_2ndderivs_vect.m
│   │   │           └── setupproblem.m
│   │   ├── runAllExamples.m
│   │   └── stiffodes
│   │       ├── Contents.m
│   │       ├── DCALcontrol
│   │       │   ├── Contents.m
│   │       │   ├── TwoLinkSys.m
│   │       │   ├── getYd.m
│   │       │   ├── getqd.m
│   │       │   └── main.m
│   │       ├── brusselator
│   │       │   ├── Contents.m
│   │       │   ├── main.m
│   │       │   ├── mybrussode.m
│   │       │   └── mybrussode_Jac.m
│   │       └── burgers
│   │           ├── Contents.m
│   │           ├── burgersfun.m
│   │           ├── burgersfun_noloop.m
│   │           └── main.m
│   ├── lib
│   │   ├── @cada
│   │   │   ├── Contents.m
│   │   │   ├── adigatorAnalyzeForData.m
│   │   │   ├── adigatorEvalInterp2pp.m
│   │   │   ├── adigatorPrintOutputIndices.m
│   │   │   ├── adigatorStructAnalyzer.m
│   │   │   ├── adigatorVarAnalyzer.m
│   │   │   ├── cada.m
│   │   │   ├── cadaCheckForDerivs.m
│   │   │   ├── cadaEmptyEval.m
│   │   │   ├── cadaOverMap.m
│   │   │   ├── cadaPrintReMap.m
│   │   │   ├── cadaUnionVars.m
│   │   │   ├── cadabinaryarraymath.m
│   │   │   ├── cadabinarylogical.m
│   │   │   ├── cadacreatearray.m
│   │   │   ├── cadaunarylogical.m
│   │   │   ├── cadaunarymath.m
│   │   │   ├── colon.m
│   │   │   ├── cross.m
│   │   │   ├── diag.m
│   │   │   ├── horzcat.m
│   │   │   ├── interp1.m
│   │   │   ├── interp2.m
│   │   │   ├── inv.m
│   │   │   ├── isempty.m
│   │   │   ├── isequal.m
│   │   │   ├── isequalwithequalnans.m
│   │   │   ├── length.m
│   │   │   ├── max.m
│   │   │   ├── min.m
│   │   │   ├── mldivide.m
│   │   │   ├── mpower.m
│   │   │   ├── mrdivide.m
│   │   │   ├── mtimes.m
│   │   │   ├── nnz.m
│   │   │   ├── nonzeros.m
│   │   │   ├── numel.m
│   │   │   ├── ppval.m
│   │   │   ├── private
│   │   │   │   ├── cadaCancelDerivs.m
│   │   │   │   ├── cadaRemoveRowsCols.m
│   │   │   │   ├── cadaRepDers.m
│   │   │   │   ├── cadainversederiv.m
│   │   │   │   ├── cadamtimesderiv.m
│   │   │   │   ├── cadamtimesderivvec.m
│   │   │   │   └── cadaunion.m
│   │   │   ├── prod.m
│   │   │   ├── repmat.m
│   │   │   ├── reshape.m
│   │   │   ├── size.m
│   │   │   ├── sparse.m
│   │   │   ├── sub2ind.m
│   │   │   ├── subsasgn.m
│   │   │   ├── subsref.m
│   │   │   ├── sum.m
│   │   │   ├── transpose.m
│   │   │   └── vertcat.m
│   │   ├── @cadastruct
│   │   │   ├── Contents.m
│   │   │   ├── adigatorPrintOutputIndices.m
│   │   │   ├── adigatorStructAnalyzer.m
│   │   │   ├── adigatorVarAnalyzer.m
│   │   │   ├── cadaCheckForDerivs.m
│   │   │   ├── cadaOverMap.m
│   │   │   ├── cadaPrintReMap.m
│   │   │   ├── cadaUnionVars.m
│   │   │   ├── cadastruct.m
│   │   │   ├── ctranspose.m
│   │   │   ├── horzcat.m
│   │   │   ├── isequal.m
│   │   │   ├── length.m
│   │   │   ├── ppval.m
│   │   │   ├── private
│   │   │   │   ├── Contents.m
│   │   │   │   ├── adigatorPrintStructAsgn.m
│   │   │   │   ├── cadaloopstructderivref.m
│   │   │   │   └── cadaloopstructfuncref.m
│   │   │   ├── repmat.m
│   │   │   ├── reshape.m
│   │   │   ├── size.m
│   │   │   ├── struct.m
│   │   │   ├── subsasgn.m
│   │   │   ├── subsref.m
│   │   │   ├── transpose.m
│   │   │   └── vertcat.m
│   │   ├── Contents.m
│   │   ├── adigatorAssignImpVarNames.m
│   │   ├── adigatorAssignOvermapScheme.m
│   │   ├── adigatorBreakCont.m
│   │   ├── adigatorError.m
│   │   ├── adigatorEvalInterp2pp.m
│   │   ├── adigatorFindMatchingParen.m
│   │   ├── adigatorForInitialize.m
│   │   ├── adigatorForIterEnd.m
│   │   ├── adigatorForIterStart.m
│   │   ├── adigatorFunctionEnd.m
│   │   ├── adigatorFunctionInitialize.m
│   │   ├── adigatorGenInterp2pp.m
│   │   ├── adigatorIfInitialize.m
│   │   ├── adigatorIfIterEnd.m
│   │   ├── adigatorIfIterStart.m
│   │   ├── adigatorIfLooper.m
│   │   ├── adigatorIfLooperi.m
│   │   ├── adigatorInput.m
│   │   ├── adigatorMakeNumeric.m
│   │   ├── adigatorPrintTempFiles.m
│   │   ├── adigatorSeperateFunLines.m
│   │   ├── adigatorSetCellEvalFlag.m
│   │   ├── adigatorStructAnalyzer.m
│   │   ├── adigatorVarAnalyzer.m
│   │   └── cadaUtils
│   │       ├── Contents.m
│   │       ├── cadaCheckForDerivs.m
│   │       ├── cadadername.m
│   │       ├── cadafuncname.m
│   │       ├── cadaindprint.m
│   │       └── cadamatprint.m
│   ├── startupadigator.m
│   ├── unit_tests
│   │   └── test_unarymath_rules.m
│   └── util
│       ├── Contents.m
│       ├── adigatorColor.m
│       ├── adigatorGenFiles4Fmincon.m
│       ├── adigatorGenFiles4Fminunc.m
│       ├── adigatorGenFiles4Fsolve.m
│       ├── adigatorGenFiles4Ipopt.m
│       ├── adigatorGenFiles4gpops2.m
│       ├── adigatorGenHesFile.m
│       ├── adigatorGenJacFile.m
│       ├── adigatorProjectVectLocs.m
│       └── adigatorUncompressJac.m
└── 好例子网_ADiGator V1.5.zip

30 directories, 222 files