Path: news.mathworks.com!not-for-mail
From: "Torvald Helmer" <torvald.helmer@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Load avi files
Date: Thu, 7 Feb 2008 11:26:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <foepsb$j2o$1@fred.mathworks.com>
Reply-To: "Torvald Helmer" <torvald.helmer@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 1202383563 19544 172.30.248.35 (7 Feb 2008 11:26:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 7 Feb 2008 11:26:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1169926
Xref: news.mathworks.com comp.soft-sys.matlab:449842


I load an avi-file into matlab and it gets saved, in this
case, in a 1x170 struct. Each block/cell inside the struct
contains a cdata-field with 175x260x3 uint8.

How can I get this in a variable of 175x260x170 double?