Path: news.mathworks.com!not-for-mail
From: "Juliana Bezerra" <juliana.bezerra@embraer.com.br>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Saving Simulink Profiler Report
Date: Mon, 12 May 2008 12:56:04 +0000 (UTC)
Organization: EMBRAER
Lines: 27
Message-ID: <g09ep4$ju0$1@fred.mathworks.com>
References: <g0214l$3bl$1@fred.mathworks.com> <87ve1nqn8f.fsf@echo.mueller-schleicher.i>
Reply-To: "Juliana Bezerra" <juliana.bezerra@embraer.com.br>
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 1210596964 20416 172.30.248.38 (12 May 2008 12:56:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 12 May 2008 12:56:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1040406
Xref: news.mathworks.com comp.soft-sys.matlab:467888


Ralph Schleicher <rs@mueller-schleicher.de> wrote in 
message <87ve1nqn8f.fsf@echo.mueller-schleicher.i>...
> "Juliana Bezerra" <juliana.bezerra@embraer.com.br> writes:
> 
> > How can I save, via a script, the Simulink Profiler 
Report?
> 
> Hi Juliana,
> 
> in the past it worked by redefining the tempname command,
> for example
> 
>         function str = tempname
>           str = 'myprofrep';
> 
> If that doesn't work anymore, read the profile.m source.
> 
> -- 
> Ralph

Hi Ralph,

It works!
Thank you very much.

Juliana