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 08:02:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <g0m3dq$9tu$1@fred.mathworks.com>
References: <g0jmli$ah$1@fred.mathworks.com> <g0kinn$5l7$1@canopus.cc.umanitoba.ca>
Reply-To: "mark b." <john.doe.nospam@mathworks.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 1211011322 10174 172.30.248.35 (17 May 2008 08:02:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 17 May 2008 08:02:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1286828
Xref: news.mathworks.com comp.soft-sys.matlab:468977


[ta tb tc] = ndgrid(a,b,c);
output = cat(3,ta,tb,tc);

that is exacly what i want! thank You very much:)