Path: news.mathworks.com!not-for-mail
From: "Anass ZAIM" <anass.zaim@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Publish a Report
Date: Fri, 17 Aug 2007 15:21:08 +0000 (UTC)
Organization: CNAM
Lines: 22
Message-ID: <fa4ed4$6bu$1@fred.mathworks.com>
References: <fa44ol$b3p$1@fred.mathworks.com>
Reply-To: "Anass ZAIM" <anass.zaim@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 1187364068 6526 172.30.248.37 (17 Aug 2007 15:21:08 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 17 Aug 2007 15:21:08 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1076161
Xref: news.mathworks.com comp.soft-sys.matlab:424320


"Anass ZAIM" <anass.zaim@mathworks.com> wrote in message
<fa44ol$b3p$1@fred.mathworks.com>...

Another question,
I have a script like this :

%% Simulink Model Differences Report
% Comparing two Simulink Models for additions, deletions,
and changes to blocks. 

%% Overview
% *First Model (Before)* : 
% *Second Model (After)* :
% *Created* : 

%% Differences

And i want to write the name of each model and the date of
creation but its a comment! what should i do?
 
Thanks for your help!