<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157142</link>
    <title>MATLAB Central Newsreader - Rotate 3d Plot</title>
    <description>Feed for thread: Rotate 3d Plot</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, 04 Oct 2007 01:32:45 -0400</pubDate>
      <title>Rotate 3d Plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157142#395068</link>
      <author>David Doria</author>
      <description>I know about the camera angle (elevation and azimuth), but&lt;br&gt;
is there a way to simply make the z axis the &quot;out of the&lt;br&gt;
screen&quot; axis instead of &quot;up&quot;?  Also, I always try to read&lt;br&gt;
the help, but it usually just says&lt;br&gt;
&lt;br&gt;
&quot; You can use 'OtherProperties' to set any properties&quot; (not&lt;br&gt;
that word exactly, but you know what i'm talking about :) )&lt;br&gt;
&lt;br&gt;
but where do i get a list of which properties are related&lt;br&gt;
to/can be set in a particular function?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
David</description>
    </item>
    <item>
      <pubDate>Fri, 05 Oct 2007 23:40:48 -0400</pubDate>
      <title>Re: Rotate 3d Plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157142#395345</link>
      <author>David Doria</author>
      <description>is there not a way to do this?&lt;br&gt;
&lt;br&gt;
&quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fe1frt$cuc$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I know about the camera angle (elevation and azimuth), but&lt;br&gt;
&amp;gt; is there a way to simply make the z axis the &quot;out of the&lt;br&gt;
&amp;gt; screen&quot; axis instead of &quot;up&quot;?  Also, I always try to read&lt;br&gt;
&amp;gt; the help, but it usually just says&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot; You can use 'OtherProperties' to set any properties&quot; (not&lt;br&gt;
&amp;gt; that word exactly, but you know what i'm talking about :) )&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; but where do i get a list of which properties are related&lt;br&gt;
&amp;gt; to/can be set in a particular function?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; David</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 13:34:00 -0400</pubDate>
      <title>Re: Rotate 3d Plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157142#395570</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:fe1frt$cuc$1@fred.mathworks.com...&lt;br&gt;
&amp;gt;I know about the camera angle (elevation and azimuth), but&lt;br&gt;
&amp;gt; is there a way to simply make the z axis the &quot;out of the&lt;br&gt;
&amp;gt; screen&quot; axis instead of &quot;up&quot;?  Also, I always try to read&lt;br&gt;
&amp;gt; the help, but it usually just says&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
surf(peaks);&lt;br&gt;
pause(2)&lt;br&gt;
view(2);&lt;br&gt;
&lt;br&gt;
&amp;gt; &quot; You can use 'OtherProperties' to set any properties&quot; (not&lt;br&gt;
&amp;gt; that word exactly, but you know what i'm talking about :) )&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; but where do i get a list of which properties are related&lt;br&gt;
&amp;gt; to/can be set in a particular function?&lt;br&gt;
&lt;br&gt;
Type &quot;doc&quot; without the quotes at the prompt.  Expand the node titled &lt;br&gt;
&quot;MATLAB&quot; in the product tree in the left-hand frame.  One of the items that &lt;br&gt;
should be revealed is &quot;Handle Graphics Property Browser&quot;.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 14:23:46 -0400</pubDate>
      <title>Re: Rotate 3d Plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157142#395583</link>
      <author>David Doria</author>
      <description>Great, great!&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
&lt;br&gt;
David&lt;br&gt;
&lt;br&gt;
&quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fedbk8$nrq$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:fe1frt$cuc$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt;I know about the camera angle (elevation and azimuth), but&lt;br&gt;
&amp;gt; &amp;gt; is there a way to simply make the z axis the &quot;out of the&lt;br&gt;
&amp;gt; &amp;gt; screen&quot; axis instead of &quot;up&quot;?  Also, I always try to read&lt;br&gt;
&amp;gt; &amp;gt; the help, but it usually just says&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; surf(peaks);&lt;br&gt;
&amp;gt; pause(2)&lt;br&gt;
&amp;gt; view(2);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot; You can use 'OtherProperties' to set any properties&quot; (not&lt;br&gt;
&amp;gt; &amp;gt; that word exactly, but you know what i'm talking about :) )&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; but where do i get a list of which properties are related&lt;br&gt;
&amp;gt; &amp;gt; to/can be set in a particular function?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Type &quot;doc&quot; without the quotes at the prompt.  Expand the&lt;br&gt;
node titled &lt;br&gt;
&amp;gt; &quot;MATLAB&quot; in the product tree in the left-hand frame.  One&lt;br&gt;
of the items that &lt;br&gt;
&amp;gt; should be revealed is &quot;Handle Graphics Property Browser&quot;.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Steve Lord&lt;br&gt;
&amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; </description>
    </item>
  </channel>
</rss>

