ktoc

From DavinciWiki
Jump to: navigation, search

Description

Convert Kelvin to Celsius.

Arguments and Return Values

Arguments: Any numeric array containing temperatures in Kelvin

Return Value: Input array converted to Celsius

Usage

Syntax: ktoc(temperatures)

Examples

dv> ktoc(448)
174.850

dv> ktoc(273.15)
0.00000

dv> temps = 301.4//342.5//287.9
3x1x1 array of float, bsq format [12 bytes]
301.400 342.500 287.900

dv> tempsC = ktoc(temps)
3x1x1 array of float, bsq format [12 bytes]
28.2500 69.3500 14.7500

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Library Changes

Created On: 02-15-2006
Modified On: 01-17-2008

Personal tools