Files
imdd_silas/Libs/physconst/+Constant/Planck.m
2024-04-29 11:30:35 +02:00

5 lines
67 B
Matlab

function [v,u]=Planck()
[v,u]=Constant.(UnitSystem()).Planck;
end