Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: get a 1d vector from a multidimensional array
Date: Sun, 9 Sep 2007 22:15:15 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 9
Message-ID: <fc1r9i$j2m$1@fred.mathworks.com>
References: <fc1le7$449$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1189376115 19542 172.30.248.37 (9 Sep 2007 22:15:15 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 9 Sep 2007 22:15:15 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:427584



David Doria:
<SNIP should squeeze his/her children...

one of the solutions

     v=rand(2,3,3)
     vs=squeeze(v(1,1,:))

us