Path: news.mathworks.com!not-for-mail
From: "Kevin " <kedecuyp@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Creating a Simulink Model from a M-file
Date: Wed, 18 Jun 2008 09:26:01 +0000 (UTC)
Organization: Universite libre de Bruxelles
Lines: 7
Message-ID: <g3akb9$msk$1@fred.mathworks.com>
Reply-To: "Kevin " <kedecuyp@mathworks.com>
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 1213781161 23444 172.30.248.37 (18 Jun 2008 09:26:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 18 Jun 2008 09:26:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1210415
Xref: news.mathworks.com comp.soft-sys.matlab:474405



This is probably an impossible request...
Is there an easy way to automatically create a Simulink
model, complete with block parameters and connexions, from a
Matlab script? 
I tried to look at the code of the Digital Filter Design
block, which does exactly that. But it is a real nightmare. 
Is there some kind of toolbox that could help.