Path: news.mathworks.com!not-for-mail
From: "Young Ryu" <ryuyr77@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: decimal precision
Date: Tue, 13 May 2008 18:31:08 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <g0cmpc$gjg$1@fred.mathworks.com>
Reply-To: "Young Ryu" <ryuyr77@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210703468 17008 172.30.248.35 (13 May 2008 18:31:08 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 13 May 2008 18:31:08 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 780721
Xref: news.mathworks.com comp.soft-sys.matlab:468217


Hi-

I'd like to round at 4th decimal point. For example, 

1.41536664
=> 1.415

how can I round at specific precision? There is no syntax  
in "round" function.

Thanks!