<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157640</link>
    <title>MATLAB Central Newsreader - Cell mode: cell bound prompts figure output</title>
    <description>Feed for thread: Cell mode: cell bound prompts figure output</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 13 Oct 2007 07:27:28 -0400</pubDate>
      <title>Cell mode: cell bound prompts figure output</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157640#396518</link>
      <author>Dimitri Shvorob</author>
      <description>Question 1. How many figures will show up in the HTML report&lt;br&gt;
when the following code is executed in cell mode?&lt;br&gt;
&lt;br&gt;
%%&lt;br&gt;
figure&lt;br&gt;
plot(OverallRisk,OverallReturn,'k'), hold on&lt;br&gt;
plot(PortRisk,PortReturn,'LineWidth',3,'Color',[.8 .8 .8]),&lt;br&gt;
hold on&lt;br&gt;
%%&lt;br&gt;
xlabel('Portfolio risk, \sigma_{p}')&lt;br&gt;
ylabel('Portfolio return, r_{p}')&lt;br&gt;
%%&lt;br&gt;
xlim = [0 max(OverallRisk)];&lt;br&gt;
ylim = [RisklessRate max(ExpReturn)];&lt;br&gt;
axis([xlim ylim])&lt;br&gt;
%%&lt;br&gt;
set(gcf,'color','white')&lt;br&gt;
title('Capital allocation line')&lt;br&gt;
&lt;br&gt;
(Answer: 4)&lt;br&gt;
&lt;br&gt;
Question 2: to Mathworks developers working on cell mode.&lt;br&gt;
&lt;br&gt;
Is this a sensible behavior? :)&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 15 Oct 2007 17:02:19 -0400</pubDate>
      <title>Re: Cell mode: cell bound prompts figure output</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157640#396795</link>
      <author>Matthew Simoneau</author>
      <description>Dimitri, this is working as designed.  At a cell break, any&lt;br&gt;
changed figures are snapshotted.  What would you like to&lt;br&gt;
happen here?&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
