资源简介

基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算

资源截图

代码片段和文件信息

function varargout  = dpm(varargin)
%DPM Dynamic Programming using Matrix operations version 1.1.1
%
%   OPTIONS = DPM() returns the standard options structure.
%
%   DPM(FUNNXNU)  saves a random test model with the filename FUN.m
%   and NX number of states and NU number of inputs.
%
%   [[OUT] DYN] = DPM(FUNPARGRDPRBOPTIONS) whith FUN is a function 
%   handle with the model function. The DPM-function requires that the 
%   state and input grids are discretized and limited. The function assumes 
%   equally spaced grids and the GRD structure needed is defined as:
%     GRD.X0{.}    = ‘initial state‘ (only used in forward simulation)
%     GRD.XN{.}.hi = ‘final state upper constraint‘
%     GRD.XN{.}.lo = ‘final state lower constraint‘
%     GRD.Nx{.}    = ‘number of 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-01-16 15:43  matlabworks\
     文件        1320  2013-05-13 10:57  matlabworks\acceleration.mat
     文件      105345  2013-05-03 14:58  matlabworks\dpm.m
     文件        5280  2013-08-24 15:01  matlabworks\hev.m
     文件         784  2013-08-24 09:20  matlabworks\hev_main.m
     文件        2770  2013-05-10 15:43  matlabworks\speed.mat

评论

共有 条评论