Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!c65g2000hsa.googlegroups.com!not-for-mail
From: sathishvijay <sathish.vijayaraghavan@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Snapshot of a system
Date: Sat, 5 Jul 2008 05:19:11 -0700 (PDT)
Organization: http://groups.google.com
Lines: 57
Message-ID: <446dcf8e-2a4d-43ed-b427-e27db81a31b0@c65g2000hsa.googlegroups.com>
References: <18b287ae-2242-475b-9a86-4981b68341f1@l64g2000hse.googlegroups.com> 
NNTP-Posting-Host: 199.63.1.252
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1215260351 4444 127.0.0.1 (5 Jul 2008 12:19:11 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 5 Jul 2008 12:19:11 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: c65g2000hsa.googlegroups.com; posting-host=199.63.1.252; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) 
Xref: news.mathworks.com comp.soft-sys.matlab:477636



On Jul 3, 10:51 pm, "Arkadiy Turevskiy" <ature...@mathworks.com>
wrote:
> sathishvijay <sathish.vijayaragha...@gmail.com> wrote in
> message <18b287ae-2242-475b-9a86-
> 4981b6834...@l64g2000hse.googlegroups.com>...> Hi
>
> > I am trying to take snapshot of a model (only few
>
> subsystems). I tried
>
> > thro report generator, but am not able to define the
> confined number
> > of system for which I need the snapshots. It is either
> taking only the
> > top level system or goes and captures every subsystems.
>
> > Please let me know how to take snapshot of only few
> selected
> > subsystems. Thanks in advance.
>
> > Regards
> > Sathish
> > Bangalore, INDIA
>
> Hi Sathish,
> The simplest report setup file (.rpt file) to do what you
> want would look like this:
>
> Model Loop
>      System Loop
>                 System Snapshot
>
> In System Loop component select "Custom -use system list:"
> from "Loop on System" menu.
>
> In the white entry box replace %<gcs> with %<list>
>
> Now all you need to do is define subsystems you want to
> include snapshots of in a cell array "list". For example,
> for f14 model, say you only want to report on two
> subsystems, "Controller", and "Nz pilot calculation".
>
>  >> list={'f14/Controller', 'f14/Nz pilot calculation'};
>
> Now run the report and you'll get snapshots of
> only "Controller" abd "Nz pilot calculation" subsystems.
>
> Hope this helps.
> Arkadiy Turevskiy
> The MathWorks

Hi Arkadiy

Thanks for your timely help.

Regards
Sathish