| Contents | Index |
convertedValues =
convang(valuesToConvert, inputAngleUnits, outputAngleUnits)
convertedValues = convang(valuesToConvert, inputAngleUnits, outputAngleUnits) computes the conversion factor from specified input angle units to specified output angle units. It then applies the conversion factor to the input to produce the output in the desired units. inputAngleUnits and outputAngleUnits are strings.
convertedValues |
Floating-point array of size m-by-n values that the function has converted. |
Convert three angles from degrees to radians:
a = convang([3 10 20],'deg','rad')
a =
0.0524 0.1745 0.3491convacc | convangacc | convangvel | convdensity | 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 |