锂电池充电阶段示意图绘制MATLAB代码_第1页
锂电池充电阶段示意图绘制MATLAB代码_第2页
锂电池充电阶段示意图绘制MATLAB代码_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、精选优质文档-倾情为你奉上MATLAB R2014下测试的t1=0.1*600t2=0.1*600t3=0.8*600t4=0.3*600t5=0.3*600Current=1:1:1200for num=1:1:1200Current(num)=0endfor num=1:1:t1Current(num)=3endfor num=t1+1:1:t1+t2Current(num)=15endfor num=t1+t2+1:1:t1+t2+t3Current(num)=30endfor num=t1+t2+t3+1:1:t1+t2+t3+t4Current(num)=10endfor num=t

2、1+t2+t3+t4+1:1:t1+t2+t3+t4+t5Current(num)=3+7*exp(-(num-(t1+t2+t3+t4+1)/t5*5)endVoltage=1:1:1200for num=1:1:1200Voltage(num)=0endfor num=1:1:t1Voltage(num)=46+2*(1-exp(-(num-1)/t1*5)endfor num=t1+1:1:t1+t2Voltage(num)=48+4.8*(1-exp(-(num-t1-1)/t2*5)endfor num=t1+t2+1:1:t1+t2+t3Voltage(num)=52.8+12.2

3、*(1-exp(-(num-t2-t1-1)/t3*5)endfor num=t1+t2+t3+1:1:t1+t2+t3+t4Voltage(num)=65+1.72*(1-exp(-(num-t3-t2-t1-1)/t4*5)endfor num=t1+t2+t3+t4+1:1:t1+t2+t3+t4+t5Voltage(num)=66.72endtime=1:1:1200AX,H1,H2 = plotyy(time,Current,time,Voltage,'plot');set(get(AX(1),'Ylabel'),'String',&#

4、39;Current(A)');set(get(AX(1),'Ylabel'),'color','b');set(H1,'color','b');set(H1,'linewidth',2);set(AX(1),'ylim',0,35);set(AX(1),'yTick',0,3,5,10,15,20,25,30,35);set(AX(1),'YColor','b');set(get(AX(2),'Ylabel')

5、,'String','Voltage(V)');set(get(AX(2),'Ylabel'),'color','r');set(H2,'color','r');set(H2,'linewidth',2);set(AX(2),'ylim',40,70);set(AX(2),'yTick',40,46,48,52.8,65,66.72,70);set(AX(2),'YColor','r');gridlegend(H1,H2,'Current''Voltage')set(AX,'xTick',0:100:1200);set(AX,'XTickLabel',0:

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论