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

Functions

This file plots SLIDE vs Simulink simOutputs for comparison Plots single cell results Author(s) subplot (3, 1, 1)
 
 plot (simOut.tout, simOut.V, 'LineWidth', 1.5)
 
 plot (simOut.SLIDE(:, 5), simOut.SLIDE(:, 2),'--', 'LineWidth', 1.5)
 
 legend ('MATLAB', 'SLIDE')
 
 ylabel ('Terminal voltage[V]') grid on
 
 subplot (3, 1, 2)
 
 plot (simOut.SLIDE(:, 5), simOut.SLIDE(:, 3),'--', 'LineWidth', 1.5)
 
 ylabel ('SOC[%]')
 
 subplot (3, 1, 3)
 
 plot (simOut.SLIDE(:, 5), simOut.SLIDE(:, 1),'--', 'LineWidth', 1.5)
 
 ylabel ('Current[A]') grid on
 

Variables

hold on
 

Function Documentation

◆ legend()

legend ( 'MATLAB'  ,
'SLIDE  
)

◆ plot() [1/4]

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

◆ plot() [2/4]

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

◆ plot() [3/4]

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

◆ plot() [4/4]

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

◆ subplot() [1/3]

This file plots SLIDE vs Simulink simOutputs for comparison Plots single cell results Author(s) subplot ( ,
,
 
)

◆ subplot() [2/3]

subplot ( ,
,
 
)

◆ subplot() [3/3]

subplot ( ,
,
 
)

◆ ylabel() [1/3]

ylabel ( 'Current'  [A])

◆ ylabel() [2/3]

ylabel ( 'SOC [%])

◆ ylabel() [3/3]

ylabel ( 'Terminal voltage'  [V])

Variable Documentation

◆ on

hold on