Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: simulink: start and detection of end in matlab?
Date: Wed, 17 Jun 2009 19:57:02 +0000 (UTC)
Organization: Ford Motor Co
Lines: 6
Message-ID: <h1bhqe$ko4$1@fred.mathworks.com>
References: <h1beuh$84s$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1245268622 21252 172.30.248.38 (17 Jun 2009 19:57:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 17 Jun 2009 19:57:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 35831
Xref: news.mathworks.com comp.soft-sys.matlab:548428


help sim

"John Caturia" <cr4zy.h0rs3@yahoo.com> wrote in message <h1beuh$84s$1@fred.mathworks.com>...
> is there a way to start a simulation of a simulink model without actually pressing CTRL+T or the start button. Also is there a way to detect if simulink is running still.
> 
> Im doing some calculations in matlab, sending it to simulink, and then bringing it back to matlab. So is there a way to accomplish this? Im assuming that a detection will not be necessary because the mfile will only continue to execute when the simulink command is finished. I could be wrong tho :)