在好例子网,分享、交流、成长!
您当前所在位置:首页MATLAB 开发实例MATLAB语言基础 → GPOPS-II最全资源,看明白这个就够了,滑翔轨迹优化必备

GPOPS-II最全资源,看明白这个就够了,滑翔轨迹优化必备

MATLAB语言基础

下载此实例
  • 开发语言:MATLAB
  • 实例大小:24.74M
  • 下载次数:29
  • 浏览次数:929
  • 发布时间:2022-05-12
  • 实例类别:MATLAB语言基础
  • 发 布 人:shishikankan
  • 文件格式:.7z
  • 所需积分:10
 相关标签: 资源 ps 优化 GP 轨迹

实例介绍

【实例简介】GPOPS-II最全资源,看明白这个就够了,滑翔轨迹优化必备

目前GPOPS-II是商业软件,官网最新版为2.4版。附件中完整的工具包有两个:gpops2(2016年2.3版,商业)和 gpops52(2012年5.2版,开源),安装后均可以独立使用。第三个附件是不完整的工具包GPOPS-II-Distribution,仅有 inopt 求解器,缺少 license,可以选择额外安装 ADiGator 工具包,但 Examples 是最全的,可供参考

【实例截图】

from clipboard

【核心代码】

.
├── GPOPS-II
│   ├── InstallGPOPS_SIUE.pdf
│   ├── README.INSTALL
│   ├── examples
│   │   ├── brachistochrone
│   │   │   ├── brachistochroneContinuous.m
│   │   │   ├── brachistochroneEndpoint.m
│   │   │   ├── brachistochroneMain.m
│   │   │   └── brachistochronePlot.m
│   │   ├── brysonDenham
│   │   │   ├── brysonDenhamContinuous.m
│   │   │   ├── brysonDenhamEndpoint.m
│   │   │   ├── brysonDenhamMain.m
│   │   │   └── brysonDenhamPlot.m
│   │   ├── brysonMinimumTimeToClimb
│   │   │   ├── brysonMinimumTimeToClimbAeroData.mat
│   │   │   ├── brysonMinimumTimeToClimbCompute.m
│   │   │   ├── brysonMinimumTimeToClimbContinuous.m
│   │   │   ├── brysonMinimumTimeToClimbEndpoint.m
│   │   │   ├── brysonMinimumTimeToClimbMain.m
│   │   │   └── brysonMinimumTimeToClimbPlot.m
│   │   ├── chemicalReaction
│   │   │   ├── chemicalReactionContinuous.m
│   │   │   ├── chemicalReactionEndpoint.m
│   │   │   ├── chemicalReactionMain.m
│   │   │   └── chemicalReactionPlot.m
│   │   ├── doubleIntegrator
│   │   │   ├── doubleIntegratorContinuous.m
│   │   │   ├── doubleIntegratorEndpoint.m
│   │   │   ├── doubleIntegratorMain.m
│   │   │   └── doubleIntegratorPlot.m
│   │   ├── dynamicSoaring
│   │   │   ├── dynamicSoaringContinuous.m
│   │   │   ├── dynamicSoaringEndpoint.m
│   │   │   ├── dynamicSoaringMain.m
│   │   │   └── dynamicSoaringPlot.m
│   │   ├── freeFlyingRobot
│   │   │   ├── freeFlyingRobotContinuous.m
│   │   │   ├── freeFlyingRobotEndpoint.m
│   │   │   ├── freeFlyingRobotMain.m
│   │   │   └── freeFlyingRobotPlot.m
│   │   ├── goddardRocket
│   │   │   ├── goddardRocketContinuous.m
│   │   │   ├── goddardRocketEndpoint.m
│   │   │   └── goddardRocketMain.m
│   │   ├── hangGlider
│   │   │   ├── hangGliderContinuous.m
│   │   │   ├── hangGliderEndpoint.m
│   │   │   ├── hangGliderMain.m
│   │   │   └── hangGliderPlot.m
│   │   ├── hyperSensitive
│   │   │   ├── hyperSensitiveContinuous.m
│   │   │   ├── hyperSensitiveEndpoint.m
│   │   │   ├── hyperSensitiveMain.m
│   │   │   └── hyperSensitivePlot.m
│   │   ├── kineticBatchReactor
│   │   │   ├── kineticBatchReactorContinuous.m
│   │   │   ├── kineticBatchReactorEndpoint.m
│   │   │   ├── kineticBatchReactorMain.m
│   │   │   └── kineticBatchReactorPlot.m
│   │   ├── launch
│   │   │   ├── launchContinuous.m
│   │   │   ├── launchEndpoint.m
│   │   │   ├── launchEvents.m
│   │   │   ├── launchMain.m
│   │   │   ├── launchPlot.m
│   │   │   ├── launchoe2rv.m
│   │   │   └── launchrv2oe.m
│   │   ├── lowThrust
│   │   │   ├── earth_sphere.m
│   │   │   ├── lowThrustCoe2Mee.m
│   │   │   ├── lowThrustContinuous.m
│   │   │   ├── lowThrustDynamics.m
│   │   │   ├── lowThrustEndpoint.m
│   │   │   ├── lowThrustMain.m
│   │   │   ├── lowThrustMee2Coe.m
│   │   │   ├── lowThrustPlot.m
│   │   │   └── lowThrustPropagate.m
│   │   ├── lowThrustRoss
│   │   │   ├── lowThrustRossContinuous.m
│   │   │   ├── lowThrustRossEndpoint.m
│   │   │   ├── lowThrustRossMain.m
│   │   │   └── lowThrustRossPlot.m
│   │   ├── massSpring
│   │   │   ├── massSpringContinuous.m
│   │   │   ├── massSpringEndpoint.m
│   │   │   ├── massSpringMain.m
│   │   │   └── massSpringPlot.m
│   │   ├── moonLander
│   │   │   ├── moonLanderContinuous.m
│   │   │   ├── moonLanderEndpoint.m
│   │   │   ├── moonLanderMain.m
│   │   │   └── moonLanderPlot.m
│   │   ├── orbitRaising
│   │   │   ├── orbitRaisingContinuous.m
│   │   │   ├── orbitRaisingEndpoint.m
│   │   │   ├── orbitRaisingMain.m
│   │   │   └── orbitRaisingPlot.m
│   │   ├── reorientation
│   │   │   ├── reorientationContinuous.m
│   │   │   ├── reorientationEndpoint.m
│   │   │   ├── reorientationMain.m
│   │   │   └── reorientationPlot.m
│   │   ├── rlvAscent
│   │   │   ├── rlvAscentContinuous.m
│   │   │   ├── rlvAscentEndpoint.m
│   │   │   ├── rlvAscentMain.m
│   │   │   ├── rlvAscentPlot.m
│   │   │   └── standardAtmosphere1962.m
│   │   ├── rlvEntry
│   │   │   ├── rlvEntryContinuous.m
│   │   │   ├── rlvEntryEndpoint.m
│   │   │   ├── rlvEntryMain.m
│   │   │   └── rlvEntryPlot.m
│   │   ├── robotArm
│   │   │   ├── robotArmContinuous.m
│   │   │   ├── robotArmEndpoint.m
│   │   │   ├── robotArmMain.m
│   │   │   └── robotArmPlot.m
│   │   ├── seywaldMinimumClimb
│   │   │   ├── seywaldMinimumTimeToClimbContinuous.m
│   │   │   ├── seywaldMinimumTimeToClimbEndpoint.m
│   │   │   ├── seywaldMinimumTimeToClimbMain.m
│   │   │   └── seywaldMinimumTimeToClimbPlot.m
│   │   ├── spaceStation
│   │   │   ├── spaceStationContinuous.m
│   │   │   ├── spaceStationEndpoint.m
│   │   │   ├── spaceStationMain.m
│   │   │   └── spaceStationPlot.m
│   │   ├── tuberculosis
│   │   │   ├── tuberculosisContinuous.m
│   │   │   ├── tuberculosisEndpoint.m
│   │   │   ├── tuberculosisMain.m
│   │   │   └── tuberculosisPlot.m
│   │   └── tumorAntiAngiogenesis
│   │       ├── tumorAntiAngiogenesisContinuous.m
│   │       ├── tumorAntiAngiogenesisEndpoint.m
│   │       ├── tumorAntiAngiogenesisMain.m
│   │       └── tumorAntiAngiogenesisPlot.m
│   ├── gpopsMatlabPathSetup.m
│   ├── gpopsUtilities
│   │   ├── adigatorGenFiles4gpops2.m
│   │   ├── gpopsEvalFunAtGuess.m
│   │   ├── gpopsEvalFunAtSolution.m
│   │   ├── gpopsInputFromGuess.m
│   │   └── gpopsInputFromSolution.m
│   ├── lib
│   │   ├── gpopsADiGator
│   │   │   ├── gpopsAdigatorContGrd.p
│   │   │   ├── gpopsAdigatorContGrdLoc.p
│   │   │   ├── gpopsAdigatorContHes.p
│   │   │   ├── gpopsAdigatorContHesLoc.p
│   │   │   ├── gpopsAdigatorEndpGrd.p
│   │   │   ├── gpopsAdigatorEndpGrdLoc.p
│   │   │   ├── gpopsAdigatorEndpHes.p
│   │   │   ├── gpopsAdigatorEndpHesLoc.p
│   │   │   ├── gpopsAdigatorGenFiles.p
│   │   │   └── gpopsDependADiGator.p
│   │   ├── gpopsAutomaticScaling
│   │   │   ├── gpopsScalesFromBounds.p
│   │   │   └── gpopsScalesFromGuess.p
│   │   ├── gpopsCommon
│   │   │   ├── gpops2.p
│   │   │   ├── gpopsContHesMap.p
│   │   │   ├── gpopsDefaults.p
│   │   │   ├── gpopsDependAnalytic.p
│   │   │   ├── gpopsDependFull.p
│   │   │   ├── gpopsDependSecondFromFirst.p
│   │   │   ├── gpopsDependSparse.p
│   │   │   ├── gpopsDependSparseNaN.p
│   │   │   ├── gpopsDependencies.p
│   │   │   ├── gpopsEvalContInternal.p
│   │   │   ├── gpopsInputInterpGuessInternal.p
│   │   │   ├── gpopsInterpResult.p
│   │   │   ├── gpopsLagrangeCurvature.p
│   │   │   ├── gpopsLagrangeInterp.p
│   │   │   ├── gpopsMeshShell.p
│   │   │   ├── gpopsRandom.p
│   │   │   ├── gpopsRandomGrd.p
│   │   │   ├── gpopsRandomHes.p
│   │   │   ├── gpopsRemoveZeros1.p
│   │   │   ├── gpopsRemoveZeros2.p
│   │   │   └── gpopsVerifySetup.p
│   │   ├── gpopsFiniteDifference
│   │   │   ├── gpopsContFirstBD.p
│   │   │   ├── gpopsContFirstCD.p
│   │   │   ├── gpopsContFirstFD.p
│   │   │   ├── gpopsContSecondBD.p
│   │   │   ├── gpopsContSecondCD.p
│   │   │   ├── gpopsContSecondFD.p
│   │   │   ├── gpopsEndpFirstBD.p
│   │   │   ├── gpopsEndpFirstCD.p
│   │   │   ├── gpopsEndpFirstFD.p
│   │   │   ├── gpopsEndpSecondBD.p
│   │   │   ├── gpopsEndpSecondCD.p
│   │   │   ├── gpopsEndpSecondFD.p
│   │   │   ├── gpopsEventFirstBD.p
│   │   │   ├── gpopsEventFirstCD.p
│   │   │   ├── gpopsEventFirstFD.p
│   │   │   ├── gpopsObjFirstBD.p
│   │   │   ├── gpopsObjFirstCD.p
│   │   │   └── gpopsObjFirstFD.p
│   │   ├── gpopsMeshRefinement
│   │   │   ├── gpopsMeshAnalysis_hpDR.p
│   │   │   ├── gpopsMeshAnalysis_hpLR.p
│   │   │   ├── gpopsMeshAnalysis_hpLR_L.p
│   │   │   └── gpopsMeshAnalysis_hpPR.p
│   │   ├── gpopsRPMDifferentiation
│   │   │   ├── gpopsBoundsRPMD.p
│   │   │   ├── gpopsConRPMD.p
│   │   │   ├── gpopsContEndpInputRPMD.p
│   │   │   ├── gpopsContInputRPMD.p
│   │   │   ├── gpopsEndpInputRPMD.p
│   │   │   ├── gpopsGrdJacPatRPMD.p
│   │   │   ├── gpopsGrdJacnzRPMD.p
│   │   │   ├── gpopsGrdPatRPMD.p
│   │   │   ├── gpopsGrdnzRPMD.p
│   │   │   ├── gpopsGuessRPMD.p
│   │   │   ├── gpopsHesPatRPMD.p
│   │   │   ├── gpopsHesnzRPMD.p
│   │   │   ├── gpopsIpoptRPMD
│   │   │   │   ├── gpopsIpoptConRPMD.p
│   │   │   │   ├── gpopsIpoptConScaledRPMD.p
│   │   │   │   ├── gpopsIpoptGrdJacSparsityRPMD.p
│   │   │   │   ├── gpopsIpoptGrdRPMD.p
│   │   │   │   ├── gpopsIpoptGrdScaledRPMD.p
│   │   │   │   ├── gpopsIpoptHandlerRPMD.p
│   │   │   │   ├── gpopsIpoptHesPatRPMD.p
│   │   │   │   ├── gpopsIpoptHesRPMD.p
│   │   │   │   ├── gpopsIpoptHesScaledRPMD.p
│   │   │   │   ├── gpopsIpoptHesSparsityRPMD.p
│   │   │   │   ├── gpopsIpoptJacPatRPMD.p
│   │   │   │   ├── gpopsIpoptJacRPMD.p
│   │   │   │   ├── gpopsIpoptJacScaledRPMD.p
│   │   │   │   ├── gpopsIpoptObjRPMD.p
│   │   │   │   └── gpopsIpoptObjScaledRPMD.p
│   │   │   ├── gpopsJacLinearRPMD.p
│   │   │   ├── gpopsJacNonlinPatRPMD.p
│   │   │   ├── gpopsJacnzRPMD.p
│   │   │   ├── gpopsMultipliersRPMD.p
│   │   │   ├── gpopsObjConRPMD.p
│   │   │   ├── gpopsObjRPMD.p
│   │   │   ├── gpopsPointsWeightsRPMD.p
│   │   │   ├── gpopsScaleRPMD.p
│   │   │   ├── gpopsSnoptRPMD
│   │   │   │   ├── gpopsSnoptFunJacRPMD.p
│   │   │   │   ├── gpopsSnoptFunJacScaledRPMD.p
│   │   │   │   ├── gpopsSnoptHandlerRPMD.p
│   │   │   │   └── gpopsSnoptSparsityRPMD.p
│   │   │   ├── gpopsSolutionRPMD.p
│   │   │   └── gpopsSolveRPMD.p
│   │   └── gpopsRPMIntegration
│   │       ├── gpopsBoundsRPMI.p
│   │       ├── gpopsConRPMI.p
│   │       ├── gpopsContEndpInputRPMI.p
│   │       ├── gpopsContInputRPMI.p
│   │       ├── gpopsEndpInputRPMI.p
│   │       ├── gpopsGrdJacPatRPMI.p
│   │       ├── gpopsGrdJacnzRPMI.p
│   │       ├── gpopsGrdPatRPMI.p
│   │       ├── gpopsGrdnzRPMI.p
│   │       ├── gpopsGuessRPMI.p
│   │       ├── gpopsHesPatRPMI.p
│   │       ├── gpopsHesnzRPMI.p
│   │       ├── gpopsIpoptRPMI
│   │       │   ├── gpopsIpoptConRPMI.p
│   │       │   ├── gpopsIpoptConScaledRPMI.p
│   │       │   ├── gpopsIpoptGrdJacSparsityRPMI.p
│   │       │   ├── gpopsIpoptGrdRPMI.p
│   │       │   ├── gpopsIpoptGrdScaledRPMI.p
│   │       │   ├── gpopsIpoptHandlerRPMI.p
│   │       │   ├── gpopsIpoptHesPatRPMI.p
│   │       │   ├── gpopsIpoptHesRPMI.p
│   │       │   ├── gpopsIpoptHesScaledRPMI.p
│   │       │   ├── gpopsIpoptHesSparsityRPMI.p
│   │       │   ├── gpopsIpoptJacPatRPMI.p
│   │       │   ├── gpopsIpoptJacRPMI.p
│   │       │   ├── gpopsIpoptJacScaledRPMI.p
│   │       │   ├── gpopsIpoptObjRPMI.p
│   │       │   └── gpopsIpoptObjScaledRPMI.p
│   │       ├── gpopsJacPatRPMI.p
│   │       ├── gpopsJacnzRPMI.p
│   │       ├── gpopsMultipliersRPMI.p
│   │       ├── gpopsObjConRPMI.p
│   │       ├── gpopsObjRPMI.p
│   │       ├── gpopsPointsWeightsRPMI.p
│   │       ├── gpopsScaleRPMI.p
│   │       ├── gpopsSnoptRPMI
│   │       │   ├── gpopsSnoptFunJacRPMI.p
│   │       │   ├── gpopsSnoptFunJacScaledRPMI.p
│   │       │   ├── gpopsSnoptHandlerRPMI.p
│   │       │   └── gpopsSnoptSparsityRPMI.p
│   │       ├── gpopsSolutionRPMI.p
│   │       └── gpopsSolveRPMI.p
│   ├── license
│   └── nlp
│       └── ipopt
│           ├── ipopt.m
│           ├── ipopt.mexa64
│           ├── ipopt.mexmaci64
│           ├── ipopt.mexw32
│           └── ipopt.mexw64
├── GPOPS-II-Distribution.zip
├── GPOPS-II最全资源,看明白这个就够了,滑翔轨迹优化必备.7z
├── gpops
│   ├── LICENSE
│   ├── Manual
│   │   ├── HamvstBrysonDenham.pdf
│   │   ├── HamvstMinClimb.pdf
│   │   ├── brysonDenhamControl.pdf
│   │   ├── brysonDenhamCostate.pdf
│   │   ├── brysonDenhamState.pdf
│   │   ├── brysonMinClimbAltitude.pdf
│   │   ├── brysonMinClimbAttackAngle.pdf
│   │   ├── brysonMinClimbFlightPathAngle.pdf
│   │   ├── brysonMinClimbMass.pdf
│   │   ├── brysonMinClimbSpeed.pdf
│   │   ├── diff_flow.pdf
│   │   ├── gpopsManual.pdf
│   │   ├── gpopsManual.tex
│   │   ├── gpopslicense.tex
│   │   ├── hypersensitiveControl.pdf
│   │   ├── hypersensitiveCostate.pdf
│   │   ├── hypersensitiveState.pdf
│   │   ├── launchAltitude.pdf
│   │   ├── launchControl.pdf
│   │   ├── launchMass.pdf
│   │   ├── launchSpeed.pdf
│   │   ├── linkages.pdf
│   │   ├── master2.bib
│   │   ├── myfloat.sty
│   │   └── shortcuts.tex
│   ├── README
│   ├── README.COMPLEX-STEP
│   ├── README.EXAMPLES
│   ├── README.INSTALL
│   ├── README.INTLAB
│   ├── README.REQUIREMENTS
│   ├── RELEASE_NOTES.txt
│   ├── ad
│   │   ├── @ad
│   │   │   ├── abs.m
│   │   │   ├── acos.m
│   │   │   ├── acosd.m
│   │   │   ├── acosh.m
│   │   │   ├── acot.m
│   │   │   ├── acotd.m
│   │   │   ├── acoth.m
│   │   │   ├── acsc.m
│   │   │   ├── acscd.m
│   │   │   ├── acsch.m
│   │   │   ├── ad.m
│   │   │   ├── adconstant.m
│   │   │   ├── asec.m
│   │   │   ├── asecd.m
│   │   │   ├── asech.m
│   │   │   ├── asin.m
│   │   │   ├── asind.m
│   │   │   ├── asinh.m
│   │   │   ├── atan.m
│   │   │   ├── atan2.m
│   │   │   ├── atand.m
│   │   │   ├── atanh.m
│   │   │   ├── compositeDerivative.m
│   │   │   ├── cos.m
│   │   │   ├── cosd.m
│   │   │   ├── cosh.m
│   │   │   ├── cot.m
│   │   │   ├── cotd.m
│   │   │   ├── coth.m
│   │   │   ├── cross.m
│   │   │   ├── csc.m
│   │   │   ├── cscd.m
│   │   │   ├── csch.m
│   │   │   ├── ctranspose.m
│   │   │   ├── diag.m
│   │   │   ├── display.m
│   │   │   ├── dot.m
│   │   │   ├── end.m
│   │   │   ├── eq.m
│   │   │   ├── exp.m
│   │   │   ├── find.m
│   │   │   ├── full.m
│   │   │   ├── ge.m
│   │   │   ├── getderivative.m
│   │   │   ├── getvalue.m
│   │   │   ├── gt.m
│   │   │   ├── horzcat.m
│   │   │   ├── interp1.m
│   │   │   ├── interp2.m
│   │   │   ├── issparse.m
│   │   │   ├── ldivide.m
│   │   │   ├── le.m
│   │   │   ├── length.m
│   │   │   ├── log.m
│   │   │   ├── log10.m
│   │   │   ├── lt.m
│   │   │   ├── mid.m
│   │   │   ├── minus.m
│   │   │   ├── mpower.m
│   │   │   ├── mrdivide.m
│   │   │   ├── mtimes.m
│   │   │   ├── ne.m
│   │   │   ├── nnz.m
│   │   │   ├── numel.m
│   │   │   ├── ones.m
│   │   │   ├── plus.m
│   │   │   ├── power.m
│   │   │   ├── ppval.m
│   │   │   ├── private
│   │   │   │   └── regroup.m
│   │   │   ├── prod.m
│   │   │   ├── rdivide.m
│   │   │   ├── repmat.m
│   │   │   ├── reshape.m
│   │   │   ├── sec.m
│   │   │   ├── secd.m
│   │   │   ├── sech.m
│   │   │   ├── sign.m
│   │   │   ├── sin.m
│   │   │   ├── sind.m
│   │   │   ├── sinh.m
│   │   │   ├── size.m
│   │   │   ├── sparse.m
│   │   │   ├── sqrt.m
│   │   │   ├── subsasgn.m
│   │   │   ├── subsref.m
│   │   │   ├── sum.m
│   │   │   ├── tan.m
│   │   │   ├── tand.m
│   │   │   ├── tanh.m
│   │   │   ├── times.m
│   │   │   ├── transpose.m
│   │   │   ├── uminus.m
│   │   │   ├── uplus.m
│   │   │   ├── vertcat.m
│   │   │   └── zeros.m
│   │   └── README.txt
│   ├── examples
│   │   ├── Contents.m
│   │   ├── brachistochrone
│   │   │   ├── Contents.m
│   │   │   ├── brachistochroneCost.m
│   │   │   ├── brachistochroneDae.m
│   │   │   └── brachistochroneMain.m
│   │   ├── brysonDenham
│   │   │   ├── Contents.m
│   │   │   ├── brysonDenhamCost.m
│   │   │   ├── brysonDenhamDae.m
│   │   │   ├── brysonDenhamEvent.m
│   │   │   ├── brysonDenhamMain.m
│   │   │   └── plotfigures.m
│   │   ├── brysonMaxrange
│   │   │   ├── Contents.m
│   │   │   ├── brysonMaxrangeCost.m
│   │   │   ├── brysonMaxrangeDae.m
│   │   │   └── brysonMaxrangeMain.m
│   │   ├── brysonMinimumClimb
│   │   │   ├── brysonMinimumClimbAeroCompute.m
│   │   │   ├── brysonMinimumClimbAeroData.mat
│   │   │   ├── brysonMinimumClimbCost.m
│   │   │   ├── brysonMinimumClimbDae.m
│   │   │   ├── brysonMinimumClimbMain.m
│   │   │   └── plotfigures.m
│   │   ├── catalystMixing
│   │   │   ├── Contents.m
│   │   │   ├── catalystMixingCost.m
│   │   │   ├── catalystMixingDae.m
│   │   │   └── catalystMixingMain.m
│   │   ├── chemicalProcess
│   │   │   ├── Contents.m
│   │   │   ├── chemicalProcessCost.m
│   │   │   ├── chemicalProcessDae.m
│   │   │   └── chemicalProcessMain.m
│   │   ├── dynamicSoaring
│   │   │   ├── Contents.m
│   │   │   ├── dynamicSoaringCost.m
│   │   │   ├── dynamicSoaringDae.m
│   │   │   ├── dynamicSoaringEvent.m
│   │   │   └── dynamicSoaringMain.m
│   │   ├── goddardRocket
│   │   │   ├── Contents.m
│   │   │   ├── goddardRocketCost.m
│   │   │   ├── goddardRocketDae.m
│   │   │   ├── goddardRocketEvent.m
│   │   │   ├── goddardRocketLink.m
│   │   │   └── goddardRocketMain.m
│   │   ├── hohmannTransfer
│   │   │   ├── hohmannTransferCost.m
│   │   │   ├── hohmannTransferDae.m
│   │   │   ├── hohmannTransferEvent.m
│   │   │   ├── hohmannTransferMain.m
│   │   │   ├── hohmannTransferOe2rv.m
│   │   │   └── hohmannTransferRv2oe.m
│   │   ├── hyperSensitive
│   │   │   ├── Contents.m
│   │   │   ├── hyperSensitiveCost.m
│   │   │   ├── hyperSensitiveDae.m
│   │   │   ├── hyperSensitiveMain.m
│   │   │   └── plotfigures.m
│   │   ├── infHorizon
│   │   │   ├── infHorizonCost.m
│   │   │   ├── infHorizonDae.m
│   │   │   └── infHorizonMain.m
│   │   ├── launch
│   │   │   ├── Contents.m
│   │   │   ├── launchCost.m
│   │   │   ├── launchDae.m
│   │   │   ├── launchEvent.m
│   │   │   ├── launchLink.m
│   │   │   ├── launchMain.m
│   │   │   ├── launchWrapper.m
│   │   │   ├── launchoe2rv.m
│   │   │   ├── launchrv2oe.m
│   │   │   └── launchrv2oe_D.m
│   │   ├── leeBioreactor
│   │   │   ├── Contents.m
│   │   │   ├── leeBioreactorCost.m
│   │   │   ├── leeBioreactorDae.m
│   │   │   └── leeBioreactorMain.m
│   │   ├── linearTangentSteering
│   │   │   ├── Contents.m
│   │   │   ├── linearTangentCost.m
│   │   │   ├── linearTangentDae.m
│   │   │   └── linearTangentMain.m
│   │   ├── minimumClimb
│   │   │   ├── Contents.m
│   │   │   ├── minimumClimbCost.m
│   │   │   ├── minimumClimbDae.m
│   │   │   └── minimumClimbMain.m
│   │   ├── moonLander
│   │   │   ├── Contents.m
│   │   │   ├── moonlanderCost.m
│   │   │   ├── moonlanderDae.m
│   │   │   └── moonlanderMain.m
│   │   ├── orbitRaisingMaxRadius
│   │   │   ├── orbitRaisingMaxRadiusCost.m
│   │   │   ├── orbitRaisingMaxRadiusDae.m
│   │   │   ├── orbitRaisingMaxRadiusEvent.m
│   │   │   └── orbitRaisingMaxRadiusMain.m
│   │   ├── orbitRaisingMinTime
│   │   │   ├── orbitRaisingMinTimeCost.m
│   │   │   ├── orbitRaisingMinTimeDae.m
│   │   │   ├── orbitRaisingMinTimeEvent.m
│   │   │   └── orbitRaisingMinTimeMain.m
│   │   ├── rlvEntry
│   │   │   ├── Contents.m
│   │   │   ├── rlvEntryCost.m
│   │   │   ├── rlvEntryDae.m
│   │   │   └── rlvEntryMain.m
│   │   ├── robotArm
│   │   │   ├── Contents.m
│   │   │   ├── robotArmCost.m
│   │   │   ├── robotArmDae.m
│   │   │   └── robotArmMain.m
│   │   └── tumorAntiAngiogenesis
│   │       ├── tumorAntiAngiogenesisCost.m
│   │       ├── tumorAntiAngiogenesisDae.m
│   │       ├── tumorAntiAngiogenesisMain.m
│   │       └── tumorAntiAngiogenesisPlot.m
│   ├── gpopsIntlabSetup.m
│   ├── gpopsSetup.m
│   ├── lib
│   │   ├── gpops.m
│   │   ├── gpopsBaryLag.m
│   │   ├── gpopsCheckDependencies.m
│   │   ├── gpopsCheckDerivatives.m
│   │   ├── gpopsClean.m
│   │   ├── gpopsClearFields.m
│   │   ├── gpopsCollocD.m
│   │   ├── gpopsCompositeA.m
│   │   ├── gpopsCompositeD.m
│   │   ├── gpopsCurvature.m
│   │   ├── gpopsDaeWrapper.m
│   │   ├── gpopsEventWrapper.m
│   │   ├── gpopsGetBounds.m
│   │   ├── gpopsGetGuess.m
│   │   ├── gpopsGetLGR.m
│   │   ├── gpopsGetSizes.m
│   │   ├── gpopsLagrange.m
│   │   ├── gpopsLagrangeInterpolation.m
│   │   ├── gpopsLinkWrapper.m
│   │   ├── gpopsMeshAnalysis.m
│   │   ├── gpopsModifySegment.m
│   │   ├── gpopsNlp2oc.m
│   │   ├── gpopsObjandCons.m
│   │   ├── gpopsObjandConsAnalytic.m
│   │   ├── gpopsObjandConsComplex.m
│   │   ├── gpopsObjandConsFiniteDifference.m
│   │   ├── gpopsPhaseSparsity.m
│   │   ├── gpopsPlotLagrange.m
│   │   ├── gpopsPrint.m
│   │   ├── gpopsRPM.m
│   │   ├── gpopsRefineMesh.m
│   │   ├── gpopsScaleNlp.m
│   │   ├── gpopsSolutionError.m
│   │   ├── gpopsSolutionInterpolation.m
│   │   ├── gpopsSolveNLP.m
│   │   ├── gpopsSolveNLPandRefineMesh.m
│   │   ├── gpopsSparsity.m
│   │   ├── gpopsSplash.m
│   │   ├── gpopsuserfunAD.m
│   │   ├── gpopsuserfunADINT.m
│   │   ├── gpopsuserfunAN.m
│   │   ├── gpopsuserfunCS.m
│   │   └── gpopsuserfunFD.m
│   └── nlp
│       ├── Contents.m
│       ├── snJac.m
│       ├── snfindG.m
│       ├── snget.m
│       ├── sngetStatus.m
│       ├── sngeti.m
│       ├── sngetr.m
│       ├── snoptcmex.mexa64
│       ├── snoptcmex.mexglx
│       ├── snoptcmex.mexmaci
│       ├── snoptcmex.mexmaci64
│       ├── snoptcmex.mexw32
│       ├── snoptcmex.mexw64
│       ├── snprint.m
│       ├── snprintfile.m
│       ├── snscreen.m
│       ├── snset.m
│       ├── snsetStatus.m
│       ├── snseti.m
│       ├── snsetr.m
│       ├── snsolve.m
│       ├── snspec.m
│       ├── snsummary.m
│       └── snwrapper.m
├── gpops2.zip
└── gpops52.zip

72 directories, 561 files


标签: 资源 ps 优化 GP 轨迹

实例下载地址

GPOPS-II最全资源,看明白这个就够了,滑翔轨迹优化必备

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警