5 lines
85 B
Matlab
5 lines
85 B
Matlab
function [v,u]=VacuumImpedance()
|
|
|
|
[v,u]=Constant.(UnitSystem()).VacuumImpedance;
|
|
|
|
end |