Path: news.mathworks.com!newsfeed-00.mathworks.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newsfeed.velia.net!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail
From: Ralph Schleicher <rs@mueller-schleicher.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Saving Simulink Profiler Report
Date: Fri, 09 May 2008 21:41:20 +0200
Organization: Ralph Schleicher, Freelance Engineer
Lines: 16
Message-ID: <87ve1nqn8f.fsf@echo.mueller-schleicher.i>
References: <g0214l$3bl$1@fred.mathworks.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: news.t-online.com 1210363742 03 31897 1Q2-OClJj1vqKZp 080509 20:09:02
X-Complaints-To: usenet-abuse@t-online.de
X-ID: bLlKHcZEre1uLiqNBd63nRiSEXuYe39xI4utTyBXwHXWpPL8ekp70o
X-Face: &_l@,v,={27&f~U1u&T}}@PiTrV\4A7due$J*se+PiDvOWS][xPeQt/3_5MBC6]tT}a;0te%<^Tv]Qog%#OsE;AeVgoye>u/9@!Z`$>v[(=ps'%<XU:rR5C&EGM#$R~mH2[#Z;
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
Cancel-Lock: sha1:FaaLB0hRv9c3LufCcnmTHACOiRU=
Xref: news.mathworks.com comp.soft-sys.matlab:467638


"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