Robochameleon  v1.0
const.m
Go to the documentation of this file.
1 classdef const
2  properties (Constant)
3  kB = 1.3806488e-23;
4  q = 1.602176565e-19;
5  h = 6.62606957e-34;
6  c = 299792458;
7  end
8 end