Home > custom > conversion > deg2rad.m

deg2rad

PURPOSE ^

convert degrees to radians (*pi/180)

SYNOPSIS ^

function rad=deg2rad(deg)

DESCRIPTION ^

 convert degrees to radians (*pi/180)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function rad=deg2rad(deg)
0002 % convert degrees to radians (*pi/180)
0003 rad=deg*pi/180;

Generated on Tue 24-Feb-2009 19:14:50 by m2html © 2003