| Contents | Index |
convertedValues =
convtemp(valuesToConvert, inputTemperatureUnits, outputTemperatureUnits)
convertedValues = convtemp(valuesToConvert, inputTemperatureUnits, outputTemperatureUnits) computes the conversion factor from specified input temperature units to specified output temperature 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 temperatures from degrees Celsius to degrees Fahrenheit:
a = convtemp([0 100 15],'C','F') a = 32.0000 212.0000 59.0000
convacc | convang | convangacc | convangvel | convdensity | convforce | convlength | convmass | convpres | 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 |