Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Problem with very simple script
Date: Wed, 29 Oct 2008 18:09:01 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 8
Message-ID: <gea8rt$t03$1@fred.mathworks.com>
References: <gea529$cgk$1@aioe.org> <gea63p$lqu$1@fred.mathworks.com> <gea8ag$p8r$1@aioe.org>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1225303741 29699 172.30.248.37 (29 Oct 2008 18:09:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 29 Oct 2008 18:09:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:497857


Clemens <Clemi@hotmail.com> wrote in message <gea8ag$p8r$1@aioe.org>...
. Is 
> there another way I can shift the values 6 bits to the RIGHT?
> 

floor(r/2^6)?

Bruno