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