<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171968</link>
    <title>MATLAB Central Newsreader - Snapshot of a system</title>
    <description>Feed for thread: Snapshot of a system</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 03 Jul 2008 06:13:41 -0400</pubDate>
      <title>Snapshot of a system</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171968#440939</link>
      <author>sathishvijay</author>
      <description>Hi&lt;br&gt;
&lt;br&gt;
I am trying to take snapshot of a model (only few subsystems). I tried&lt;br&gt;
thro report generator, but am not able to define the confined number&lt;br&gt;
of system for which I need the snapshots. It is either taking only the&lt;br&gt;
top level system or goes and captures every subsystems.&lt;br&gt;
&lt;br&gt;
Please let me know how to take snapshot of only few selected&lt;br&gt;
subsystems. Thanks in advance.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
Sathish&lt;br&gt;
Bangalore, INDIA</description>
    </item>
    <item>
      <pubDate>Thu, 03 Jul 2008 17:51:02 -0400</pubDate>
      <title>Re: Snapshot of a system</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171968#441072</link>
      <author>Arkadiy Turevskiy</author>
      <description>sathishvijay &amp;lt;sathish.vijayaraghavan@gmail.com&amp;gt; wrote in &lt;br&gt;
message &amp;lt;18b287ae-2242-475b-9a86-&lt;br&gt;
4981b68341f1@l64g2000hse.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am trying to take snapshot of a model (only few &lt;br&gt;
subsystems). I tried&lt;br&gt;
&amp;gt; thro report generator, but am not able to define the &lt;br&gt;
confined number&lt;br&gt;
&amp;gt; of system for which I need the snapshots. It is either &lt;br&gt;
taking only the&lt;br&gt;
&amp;gt; top level system or goes and captures every subsystems.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please let me know how to take snapshot of only few &lt;br&gt;
selected&lt;br&gt;
&amp;gt; subsystems. Thanks in advance.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Regards&lt;br&gt;
&amp;gt; Sathish&lt;br&gt;
&amp;gt; Bangalore, INDIA&lt;br&gt;
&lt;br&gt;
Hi Sathish,&lt;br&gt;
The simplest report setup file (.rpt file) to do what you &lt;br&gt;
want would look like this:&lt;br&gt;
&lt;br&gt;
Model Loop &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System Loop&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System Snapshot&lt;br&gt;
&lt;br&gt;
In System Loop component select &quot;Custom -use system list:&quot; &lt;br&gt;
from &quot;Loop on System&quot; menu.&lt;br&gt;
&lt;br&gt;
In the white entry box replace %&amp;lt;gcs&amp;gt; with %&amp;lt;list&amp;gt;&lt;br&gt;
&lt;br&gt;
Now all you need to do is define subsystems you want to &lt;br&gt;
include snapshots of in a cell array &quot;list&quot;. For example, &lt;br&gt;
for f14 model, say you only want to report on two &lt;br&gt;
subsystems, &quot;Controller&quot;, and &quot;Nz pilot calculation&quot;.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;gt;&amp;gt; list={'f14/Controller', 'f14/Nz pilot calculation'};&lt;br&gt;
&lt;br&gt;
Now run the report and you'll get snapshots of &lt;br&gt;
only &quot;Controller&quot; abd &quot;Nz pilot calculation&quot; subsystems.&lt;br&gt;
&lt;br&gt;
Hope this helps.&lt;br&gt;
Arkadiy Turevskiy&lt;br&gt;
The MathWorks</description>
    </item>
    <item>
      <pubDate>Sat, 05 Jul 2008 12:19:11 -0400</pubDate>
      <title>Re: Snapshot of a system</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/171968#441282</link>
      <author>sathishvijay</author>
      <description>On Jul 3, 10:51 pm, &quot;Arkadiy Turevskiy&quot; &amp;lt;ature...@mathworks.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; sathishvijay &amp;lt;sathish.vijayaragha...@gmail.com&amp;gt; wrote in&lt;br&gt;
&amp;gt; message &amp;lt;18b287ae-2242-475b-9a86-&lt;br&gt;
&amp;gt; 4981b6834...@l64g2000hse.googlegroups.com&amp;gt;...&amp;gt; Hi&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I am trying to take snapshot of a model (only few&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; subsystems). I tried&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; thro report generator, but am not able to define the&lt;br&gt;
&amp;gt; confined number&lt;br&gt;
&amp;gt; &amp;gt; of system for which I need the snapshots. It is either&lt;br&gt;
&amp;gt; taking only the&lt;br&gt;
&amp;gt; &amp;gt; top level system or goes and captures every subsystems.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Please let me know how to take snapshot of only few&lt;br&gt;
&amp;gt; selected&lt;br&gt;
&amp;gt; &amp;gt; subsystems. Thanks in advance.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Regards&lt;br&gt;
&amp;gt; &amp;gt; Sathish&lt;br&gt;
&amp;gt; &amp;gt; Bangalore, INDIA&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi Sathish,&lt;br&gt;
&amp;gt; The simplest report setup file (.rpt file) to do what you&lt;br&gt;
&amp;gt; want would look like this:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Model Loop&lt;br&gt;
&amp;gt;      System Loop&lt;br&gt;
&amp;gt;                 System Snapshot&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; In System Loop component select &quot;Custom -use system list:&quot;&lt;br&gt;
&amp;gt; from &quot;Loop on System&quot; menu.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; In the white entry box replace %&amp;lt;gcs&amp;gt; with %&amp;lt;list&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Now all you need to do is define subsystems you want to&lt;br&gt;
&amp;gt; include snapshots of in a cell array &quot;list&quot;. For example,&lt;br&gt;
&amp;gt; for f14 model, say you only want to report on two&lt;br&gt;
&amp;gt; subsystems, &quot;Controller&quot;, and &quot;Nz pilot calculation&quot;.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;  &amp;gt;&amp;gt; list={'f14/Controller', 'f14/Nz pilot calculation'};&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Now run the report and you'll get snapshots of&lt;br&gt;
&amp;gt; only &quot;Controller&quot; abd &quot;Nz pilot calculation&quot; subsystems.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hope this helps.&lt;br&gt;
&amp;gt; Arkadiy Turevskiy&lt;br&gt;
&amp;gt; The MathWorks&lt;br&gt;
&lt;br&gt;
Hi Arkadiy&lt;br&gt;
&lt;br&gt;
Thanks for your timely help.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
Sathish</description>
    </item>
  </channel>
</rss>

