![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
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 |
legend | ( | 'MATLAB' | , |
'SLIDE' | |||
) |
plot | ( | simOut. | SLIDE_1:, 5, |
simOut. | SLIDE_1:, 1, | ||
'--' | , | ||
'LineWidth' | , | ||
1. | 5 | ||
) |
plot | ( | simOut. | SLIDE_1:, 5, |
simOut. | SLIDE_1:, 2, | ||
'--' | , | ||
'LineWidth' | , | ||
1. | 5 | ||
) |
plot | ( | simOut. | SLIDE_1:, 5, |
simOut. | SLIDE_1:, 3, | ||
'--' | , | ||
'LineWidth' | , | ||
1. | 5 | ||
) |
plot | ( | simOut. | tout, |
simOut. | v1, | ||
'LineWidth' | , | ||
1. | 5 | ||
) |
This file plots SLIDE vs Simulink outputs for comparison Author(s) subplot | ( | 5 | , |
1 | , | ||
1 | |||
) |
subplot | ( | 5 | , |
1 | , | ||
2 | |||
) |
subplot | ( | 5 | , |
1 | , | ||
3 | |||
) |
title | ( | 'Cell-1' | ) |
title | ( | 'Cell-2' | ) |
ylabel | ( | 'Cell-1 voltage' | [V] | ) |
ylabel | ( | 'Current' | [A] | ) |
ylabel | ( | 'SOC' | [%] | ) |
hold on |