Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: simulink: start and detection of end in matlab?
Date: Wed, 17 Jun 2009 19:08:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <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 1245265682 8348 172.30.248.38 (17 Jun 2009 19:08:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 17 Jun 2009 19:08:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1877115
Xref: news.mathworks.com comp.soft-sys.matlab:548413


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 :)