Path: news.mathworks.com!not-for-mail
From: "Steve " <steveDEL.bachmeierDEL@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: stored variables
Date: Tue, 17 Jul 2007 15:48:24 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 1
Message-ID: <f7ioc8$79f$1@fred.mathworks.com>
Reply-To: "Steve " <steveDEL.bachmeierDEL@yahoo.com>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1184687304 7471 172.30.248.35 (17 Jul 2007 15:48:24 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 17 Jul 2007 15:48:24 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 0Ɗ¦ﰙ
Xref: news.mathworks.com comp.soft-sys.matlab:419530



I have a simulink model that relies on inputs from the workspace.  The problem is that once I run simulink, it seems to clear the variables; I have to re-run the m-files that load the variables before I can run simulink again.  Is there a way to avoid this?  It's annoying when trying to troubleshoot the model when each m-file takes several minutes to run.  Thanks!