Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: how do i convert string of 40 hex digits(160 bits) to 4 decimal digits(16 bits))
Date: Sun, 8 Nov 2009 20:12:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <hd78mi$e3d$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1257711122 14445 172.30.248.35 (8 Nov 2009 20:12:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 8 Nov 2009 20:12:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2083180
Xref: news.mathworks.com comp.soft-sys.matlab:583399


i have a string of 40 hex digits (160 bits)like
=E0FAACA506CC37B0B21D02460D210E9798EEEFDB
 so how to convert it to 4 decimal digits(16 bits)?
plz