| Contents | Index |
convertedValues =
convlength(valuesToConvert, inputLengthUnits, outputLengthUnits)
m
convertedValues = convlength(valuesToConvert, inputLengthUnits, outputLengthUnits) computes the conversion factor from specified input length units to specified output length 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 lengths from feet to meters:
a = convlength([3 10 20],'ft','m')
a =
0.9144 3.0480 6.0960convacc | convang | convangacc | convangvel | convdensity | convforce | 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 |