Path: news.mathworks.com!not-for-mail
From: "Daniel " <daw4888@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Displaying large Integers
Date: Tue, 19 Feb 2008 00:35:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <fpd87m$agl$1@fred.mathworks.com>
Reply-To: "Daniel " <daw4888@hotmail.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 1203381303 10773 172.30.248.35 (19 Feb 2008 00:35:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 19 Feb 2008 00:35:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1284561
Xref: news.mathworks.com comp.soft-sys.matlab:452248


I read all the formating stuff on matlabs site but cant
figure out how to display large integers without them being
E to the X.

I need to display my data as 

901276736291

And not as

1.0e+011 * 9.01276736291000

Thanks for any help in advance.