4 lines
61 B
Matlab
Executable file
4 lines
61 B
Matlab
Executable file
function [atm,r] = constants
|
|
atm = 101325.0;
|
|
r = 8314.4621;
|
|
|