Skip to content

Commit

Permalink
BC_Ldesign.m typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
efantnu committed Nov 3, 2021
1 parent 6ceb0eb commit 28237fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BC_Ldesign.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
output.L = param.Udc / ( di * 2 * param.Fsw);
output.R = (1 - param.eta) * Rbase;

disp('Inductanced - battery side');
disp('Inductance - battery side');
disp([' L = ',num2str(output.L),' H']);
disp([' R = ',num2str(output.R),' Ohm']);

0 comments on commit 28237fd

Please sign in to comment.