7 lines
62 B
Matlab
7 lines
62 B
Matlab
function [v,u]=VonKlitzing()
|
|
|
|
v=25812.8074434;
|
|
u=8.4e-6;
|
|
|
|
end
|