Path: news.mathworks.com!not-for-mail
From: "mark b." <john.doe.nospam@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: 3D matrix
Date: Sat, 17 May 2008 09:27:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <g0m8d6$so0$1@fred.mathworks.com>
References: <g0jmli$ah$1@fred.mathworks.com> <g0kinn$5l7$1@canopus.cc.umanitoba.ca> <g0m3dq$9tu$1@fred.mathworks.com> <g0m449$nsj$1@fred.mathworks.com> <g0m79j$ack$1@fred.mathworks.com>
Reply-To: "mark b." <john.doe.nospam@mathworks.com>
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 1211016422 29440 172.30.248.37 (17 May 2008 09:27:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 17 May 2008 09:27:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1286828
Xref: news.mathworks.com comp.soft-sys.matlab:468983


i know i can make make matrix = zeros(97,97,97) and then 
i'll have 3d matrix size 97x97x97.
but then i want to put inside of it a,b,c, where each is 
the size of 97. so then i'll still have matrix with size
97x97x97 but with a,b and c inside..