| Contents | Index |
convertedValues =
convforce(valuesToConvert, inputForceUnits, outputForceUnits)
convertedValues = convforce(valuesToConvert, inputForceUnits, outputForceUnits) computes the conversion factor from specified input force units to specified output force 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 forces from pound force to newtons:
a = convforce([120 1 5],'lbf','N') a = 533.7866 4.4482 22.2411
convacc | convang | convangacc | convangvel | convdensity | 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 |