| Contents | Index |
convertedValues =
convdensity(valuesToConvert, inputDensityUnits, outputDensityUnits)
convertedValues = convdensity(valuesToConvert, inputDensityUnits, outputDensityUnits) computes the conversion factor from specified input density units to specified output density units. It then applies the conversion factor to the input to produce the output in the desired units.
convertedValues |
Floating-point array of size m-by-n values that the function has converted. |
Convert three densities from pound mass per feet cubed to kilograms per meters cubed:
a = convdensity([0.3 0.1 0.5],'lbm/ft^3','kg/m^3')
a =
4.8055 1.6018 8.0092convacc | convang | convangacc | convangvel | convforce | convlength | convmass | convpres | convtemp | convvel

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |