资源简介

电动汽车(EV)无序充电matlab程序及其使用说明文件等,用于电动汽车充电研究

资源截图

代码片段和文件信息

function out=drnd_car(Pn)
%out=drnd(pn)
%copyright:rocwoods
%p is the probability distribution matrix;for example: p=[1 2 3 4 5;0.1 0.3 0.25 0.25 0.1]]
%n is the number of the samples you want to generate;
%=================
a=cumsum(P(2: ));
b=rand(n1);
out=zeros(1n);
for k=1:n
c=find(aif (isempty(c))
out(k)=P(11);
else
out(k)=P(1c(end)+1);
end
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         382  2014-12-22 22:54  diandongqiche wuxuchongdian\drnd_car.m
     文件         382  2014-12-22 22:53  diandongqiche wuxuchongdian\drnd_end.m
     文件         384  2014-12-22 22:53  diandongqiche wuxuchongdian\drnd_start.m
     文件         806  2015-03-11 08:42  diandongqiche wuxuchongdian\P_ev.asv
     文件         661  2015-03-11 08:42  diandongqiche wuxuchongdian\P_ev.m
     文件        1696  2015-01-09 11:05  diandongqiche wuxuchongdian\P_evload.m
     文件         636  2015-01-09 10:57  diandongqiche wuxuchongdian\SOC_end.m
     文件         539  2015-01-08 10:14  diandongqiche wuxuchongdian\SOC_start.m
     文件          70  2015-03-16 16:52  diandongqiche wuxuchongdian\说明.txt

评论

共有 条评论