Working with physical properties and units in Matlab
Working with units:
>> s = unit('120 k:m') % define distance
s = 120000 m
>> t = unit('1 h') % define time interval
t = 3600 s
>> v = s / t % compute velocity
v = 33.3333 m s-1
>> v.ConvertToDisp('k:m/h') % show v in kilometers per hour
v = 120 k:m/h
>> v.ConvertToDisp('mi/h') % show v in miles per hour
v = 74.5645 mi/h
Convert the gas constant R=8.314 J/mol K to british thermal units per pound-mole and Rankine:
>> unit('8.314 J/mol K').ConvertTo('btu/lb-mol R')
ans =
6.4339
Cita come
Alex (2024). Working with physical properties and units in Matlab (https://www.mathworks.com/matlabcentral/fileexchange/40633-working-with-physical-properties-and-units-in-matlab), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |