Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: find elements to include page indices
Date: Wed, 23 Jul 2008 13:06:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 16
Message-ID: <g67abq$h8d$1@fred.mathworks.com>
References: <g677t2$j92$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 1216818362 17677 172.30.248.35 (23 Jul 2008 13:06:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 23 Jul 2008 13:06:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1215962
Xref: news.mathworks.com comp.soft-sys.matlab:481208



"Dave Brackett" <davebrackett@hotmail.com> wrote in message
<g677t2$j92$1@fred.mathworks.com>...
> I have a matrix of size [1,16,50] and want to find the
> positions of the non-zero and zero elements within.
> 
> I have been using find but this only either gives linear
> indices or row and column indices. I want it to include page
> indices.
> 
> I'm sure this is quite simple to do but I can't seem to work
> it out. Any help would be appreciated. Thanks.

how do you define a page index? as in a printed page? or
does your 3d matrix have some relation to pages? i don't
think anybody can help you until you clarify what it is
you're looking to do.