登录
首页 » matlab » gpops

gpops

于 2009-09-08 发布 文件大小:2296KB
0 254
下载积分: 1 下载次数: 155

代码说明:

  一套很好用的基于伪谱法的极大值原理数值算法: 注意:应用此软件需要另外下载snopt,否则无法运行.(PMP solver, based on PS method, SNOPT s numerical solver for NLP is required.)

文件列表:

gpops
.....\htm" target=_blank>all-wcprops
.....\entries
.....\examples
.....\........\brysonDenham
.....\........\............\brysonDenhamCost.m
.....\........\............\brysonDenhamDae.m
.....\........\............\brysonDenhamEvent.m
.....\........\............\brysonDenhamMain.m
.....\........\............\brysonDenhamWrapper.m
.....\........\............\Contents.m
.....\........\brysonMaxrange
.....\........\..............\brysonMaxrangeCost.m
.....\........\..............\brysonMaxrangeDae.m
.....\........\..............\brysonMaxrangeMain.m
.....\........\..............\brysonMaxrangeWrapper.m
.....\........\..............\Contents.m
.....\........\chemicalProcess
.....\........\...............\Chemical Process Problem.txt
.....\........\...............\chemicalProcessCost.m
.....\........\...............\chemicalProcessDae.m
.....\........\...............\chemicalProcessMain.m
.....\........\...............\chemicalProcessWrapper.m
.....\........\...............\Contents.m
.....\........\...............\snoptmain.out
.....\........\...............\snoptmain0.out
.....\........\...............\snoptmainF.out
.....\........\Contents.m
.....\........\hyperSensitive
.....\........\..............\Contents.m
.....\........\..............\HyperSensitive-Problem.txt
.....\........\..............\hyperSensitiveCost.m
.....\........\..............\hyperSensitiveDae.m
.....\........\..............\hyperSensitiveMain.m
.....\........\..............\hyperSensitiveWrapper.m
.....\........\..............\snoptmain.out
.....\........\..............\snoptmain0.out
.....\........\..............\snoptmainF.out
.....\........\launch
.....\........\......\Contents.m
.....\........\......\Launch-Vehicle-Ascent.txt
.....\........\......\launchConnect.m
.....\........\......\launchCost.m
.....\........\......\launchDae.m
.....\........\......\launchEvent.m
.....\........\......\launchMain.m
.....\........\......\launchoe2rv.m
.....\........\......\launchrv2oe.m
.....\........\......\launchWrapper.m
.....\........\......\snoptmain.out
.....\........\......\snoptmain0.out
.....\........\......\snoptmainF.out
.....\........\linearTangentSteering
.....\........\.....................\Contents.m
.....\........\.....................\linearTangentCost.m
.....\........\.....................\linearTangentDae.m
.....\........\.....................\linearTangentMain.m
.....\........\.....................\linearTangentWrapper.m
.....\........\minimumClimb
.....\........\............\Coefficients.m
.....\........\............\Minimum-Time-to-Climb-Problem.txt
.....\........\............\minimumClimbCost.m
.....\........\............\minimumClimbDae.m
.....\........\............\minimumClimbMain.m
.....\........\............\minimumClimbWrapper.m
.....\........\............\snoptmain.out
.....\........\............\snoptmain0.out
.....\........\............\snoptmainF.out
.....\........\moonLander
.....\........\..........\Contents.m
.....\........\..........\moonlanderCost.m
.....\........\..........\moonlanderDae.m
.....\........\..........\moonlanderMain.m
.....\........\..........\moonlanderWrapper.m
.....\........\rlvEntry
.....\........\........\Contents.m
.....\........\........\rlvEntryCost.m
.....\........\........\rlvEntryDae.m
.....\........\........\rlvEntryMain.m
.....\........\........\rlvEntryWrapper.m
.....\........\runallexamples.m
.....\format
.....\gpopsSetup.m
.....\lib
.....\...\gpops.m
.....\...\gpopsClean.m
.....\...\gpopsClearFields.m
.....\...\gpopsDaeWrapper.m
.....\...\gpopsEndPointControl.m
.....\...\gpopsEventWrapper.m
.....\...\gpopsGetBounds.m
.....\...\gpopsGetGuess.m
.....\...\gpopsGetSizes.m
.....\...\gpopsGPM.m
.....\...\gpopsInitialize.m
.....\...\gpopsLinkWrapper.m
.....\...\gpopsNlp2oc.m
.....\...\gpopsObjandCons.m
.....\...\gpopsPhaseSparsity.m
.....\...\gpopsPrint.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • stft
    加窗傅立叶变换源程序,开发环境为matlab(STFT code using matlab)
    2009-12-16 22:49:45下载
    积分:1
  • c-and-mathlab
    说明:  很实用的C和matlab的书,值得学习和理解(C and matlab very useful book, it is worth learning and understanding)
    2011-04-18 13:28:04下载
    积分:1
  • ArtmapSource
    ARTMAP source code. include: Fuzzy ARTMAP, Default ARTMAP, Instance-Counting ARTMAP, Distributed ARTMAP(ARTMAP source code. Include : Fuzzy ARTMAP, Default ARTMAP. Instance-Counting ARTMAP. Distributed ARTMAP)
    2006-09-04 12:14:50下载
    积分:1
  • Sim-Matlab
    matlab simulation in tl and cable
    2013-10-30 03:31:44下载
    积分:1
  • pso
    自己写的最基本的pso测试函数是x^2+y^2,内置6个函数可供选择(original pso)
    2011-12-27 22:27:45下载
    积分:1
  • 4
    说明:  拉普拉斯高斯算子 拉普拉斯—高斯算子(Laplacian of Gaussian算子,通常缩写为log算子)是一种二阶微分算子,将在边缘处产生一个陡峭的零交叉。(Laplace Gaussian operator Laplace- Gaussian operator (Laplacian of Gaussian operator, often abbreviated as log operator) is a second-order differential operator, will be generated at the edge of a steep zero crossing.)
    2013-04-12 16:48:21下载
    积分:1
  • Untitled-
    偏微分方程中关于有限差分的其中一个格式,向前差分格式(failed to translate)
    2013-05-03 16:56:35下载
    积分:1
  • perceptronexample
    感知器分类的一个例子,分成两类的分类器,用MATLAB实现(perceptron example for matlab)
    2009-12-18 10:09:48下载
    积分:1
  • RDA
    实现合成孔径雷达点目标信号生成,使用RDA算法对点目标成像(Synthetic Aperture Radar points to achieve the target signal generation, the use of RDA algorithm for point target imaging)
    2011-10-29 19:47:01下载
    积分:1
  • pxc3891007
    It is about matlab which depicts brain image segmentation
    2013-11-21 20:52:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载