Path: news.mathworks.com!not-for-mail
From: "Andrea Monastero" <andrea.monastero@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: communication between simulink and matlab gui
Date: Thu, 1 May 2008 10:38:04 +0000 (UTC)
Organization: Verona University, Italy
Lines: 16
Message-ID: <fvc6ic$n0f$1@fred.mathworks.com>
References: <fv9h4j$t6d$1@fred.mathworks.com> <fvbi3v$624$1@fred.mathworks.com>
Reply-To: "Andrea Monastero" <andrea.monastero@gmail.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 1209638284 23567 172.30.248.35 (1 May 2008 10:38:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 1 May 2008 10:38:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1369377
Xref: news.mathworks.com comp.soft-sys.matlab:466097


Yes I know, but in this way, if I run the simulation from
the GUI with the command "sim(...)", I've got to wait the
end of the simulation before execute the instruction which
reads the file. I need a real time response...

"Ashwini Deshpande" <vd.ashwini@mathworks.com> wrote in
message <fvbi3v$624$1@fred.mathworks.com>...

...

> You can write the Simulink Block output values into a .mat
> file using 'To File' block and read the same file from the
> matlab GUI.

...