Path: news.mathworks.com!newsfeed-00.mathworks.com!newscon02.news.prodigy.net!prodigy.net!news.glorb.com!news.ks.uiuc.edu!not-for-mail
From: Allen <ajhalldeleteme@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Does Matlab have a function that converts degrees to radians?
Date: Thu, 09 Aug 2007 11:59:08 -0500
Organization: Usenet @ UIUC - http://www.killfile.org/usenet/
Lines: 12
Sender: ahall@outside.world
Message-ID: <f9fh4q$r2n$1@news.ks.uiuc.edu>
References: <f9f9gs$fve$1@fred.mathworks.com>
NNTP-Posting-Host: 74-134-228-175.dhcp.insightbb.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.ks.uiuc.edu 1186678746 27735 74.134.228.175 (9 Aug 2007 16:59:06 GMT)
X-Complaints-To: news+abuse@ks.uiuc.edu
NNTP-Posting-Date: Thu, 9 Aug 2007 16:59:06 +0000 (UTC)
User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
In-Reply-To: <f9f9gs$fve$1@fred.mathworks.com>
Xref: news.mathworks.com comp.soft-sys.matlab:423230


David wrote:
> Does Matlab have a function that converts degrees to 
> radians?
> 
> I searched the help but couldn't find anything.
> 
> DS

?  I may be missing something.. but won't deg2rad(); work?  And 
rad2deg(); conversely?

-Allen