Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: open a file
Date: Tue, 10 Feb 2009 13:14:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <gmruip$haq$1@fred.mathworks.com>
References: <gmru7i$on0$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 1234271641 17754 172.30.248.37 (10 Feb 2009 13:14:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 10 Feb 2009 13:14:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 791003
Xref: news.mathworks.com comp.soft-sys.matlab:517289


"Theo Kalfas" <k_thodoros@yahoo.gr> wrote in message <gmru7i$on0$1@fred.mathworks.com>...
> Hi, 
> I have a file result.mat which is in the folder work and it has 3 matrix.I want to open this file in my m-file which i have to read these matrix.How can i do that?With the fopen?
> Thank you.

if its a .mat file created with the 'save' function, you get back the data with the 'load' command.