SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
plot_module_p.m File Reference

Functions

This file plots SLIDE vs Simulink outputs for comparison Author(s) subplot (5, 1, 1)
 
 plot (simOut.tout, simOut.v1, 'LineWidth', 1.5)
 
 plot (simOut.SLIDE_1(:, 5), simOut.SLIDE_1(:, 2),'--', 'LineWidth', 1.5)
 
 legend ('MATLAB', 'SLIDE')
 
 ylabel ('Cell-1 voltage[V]') grid on
 
 subplot (5, 1, 2)
 
 plot (simOut.SLIDE_1(:, 5), simOut.SLIDE_1(:, 3),'--', 'LineWidth', 1.5)
 
 ylabel ('SOC[%]')
 
 subplot (5, 1, 3)
 
 plot (simOut.SLIDE_1(:, 5), simOut.SLIDE_1(:, 1),'--', 'LineWidth', 1.5)
 
 ylabel ('Current[A]') grid on
 
 title ('Cell-1') subplot(5
 
 title ('Cell-2') subplot(5
 

Variables

hold on
 

Function Documentation

◆ legend()

legend ( 'MATLAB'  ,
'SLIDE  
)

◆ plot() [1/4]

plot ( simOut.  SLIDE_1:, 5,
simOut.  SLIDE_1:, 1,
'--'  ,
'LineWidth'  ,
1.  5 
)

◆ plot() [2/4]

plot ( simOut.  SLIDE_1:, 5,
simOut.  SLIDE_1:, 2,
'--'  ,
'LineWidth'  ,
1.  5 
)

◆ plot() [3/4]

plot ( simOut.  SLIDE_1:, 5,
simOut.  SLIDE_1:, 3,
'--'  ,
'LineWidth'  ,
1.  5 
)

◆ plot() [4/4]

plot ( simOut.  tout,
simOut.  v1,
'LineWidth'  ,
1.  5 
)

◆ subplot() [1/3]

This file plots SLIDE vs Simulink outputs for comparison Author(s) subplot ( ,
,
 
)

◆ subplot() [2/3]

subplot ( ,
,
 
)

◆ subplot() [3/3]

subplot ( ,
,
 
)

◆ title() [1/2]

title ( 'Cell-1'  )

◆ title() [2/2]

title ( 'Cell-2'  )

◆ ylabel() [1/3]

ylabel ( 'Cell-1 voltage'  [V])

◆ ylabel() [2/3]

ylabel ( 'Current'  [A])

◆ ylabel() [3/3]

ylabel ( 'SOC [%])

Variable Documentation

◆ on

hold on