Path: news.mathworks.com!not-for-mail
From: Idin Motedayen-Aval <run.signature@MATLAB.for.email>
Newsgroups: comp.soft-sys.matlab
Subject: Re: SImulink Viewer
Date: Thu, 20 Dec 2007 10:54:10 -0500
Organization: The MathWorks, Inc.
Lines: 31
Message-ID: <fke372$2r9$1@fred.mathworks.com>
References: <fkct81$j9s$1@fred.mathworks.com>
NNTP-Posting-Host: motedayen-avali.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1198166050 2921 144.212.211.31 (20 Dec 2007 15:54:10 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 20 Dec 2007 15:54:10 +0000 (UTC)
User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
In-Reply-To: <fkct81$j9s$1@fred.mathworks.com>
Xref: news.mathworks.com comp.soft-sys.matlab:443186



Yogananda Jeppu wrote:
> Is there an utility to view mdl files without having 
> matlab?
> 
> If not it could be useful to have one in case you are 
> dicussing simulink files with another person and he/she 
> does not have matlab installed on the machine. If one 
> could browse through the blocks, zoom in/out, add comments 
> and notes like the PDF reader it would be useful.

Yogananda,
I'm not aware of a "Simulink Viewer", but the Simulink Report Generator 
can create an HTML version of the Simulink model that is viewable and 
navigable on any web browser:
http://www.mathworks.com/products/SL_reportgenerator/
If you have the SL Report Generator, it's really simple.  You go to 
"File Menu -> Export to Web"
and it will give you the HTML version that you can share with anyone.
Here is an example of an HTML file:
http://www.mathworks.com/products/demos/SL_reportgenerator/sldemo_auto_climatecontrol_reportgen_slwebview.html
It needs SVG support in the browser; you can download a plug-in for IE at:
http://www.adobe.com/svg/viewer/install/main.html

HTH,
Idin

-- 
Idin Motedayen-Aval
The MathWorks, Inc.
zq=[4 2 5 -15 -1 -3 24 -57 45 -12 19 -12 15 -8 3 -7 8 -69 53 12 -2];
char(filter(1,[1,-1],[105 zq])), clear zq