<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333</link>
    <title>MATLAB Central Newsreader - change the apperance of mesh surface</title>
    <description>Feed for thread: change the apperance of mesh surface</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>Mon, 02 Jun 2008 16:19:55 -0400</pubDate>
      <title>change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435462</link>
      <author>huhua</author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
I have a 100x100 image which is real-valued in [0, 1].&lt;br&gt;
&lt;br&gt;
I currently use &quot;mesh&quot; to plot a 3D picture of it.&lt;br&gt;
&lt;br&gt;
Is there a way to change the appearance such that each Z-direction (the &lt;br&gt;
height) is represented by a bar shooting up?&lt;br&gt;
&lt;br&gt;
This is like the 3D bars in Excel...&lt;br&gt;
&lt;br&gt;
Because most elements in my image are around zeros, and there are only very &lt;br&gt;
few non-zero values. So I think representing them with 3D bars can be very &lt;br&gt;
good...&lt;br&gt;
&lt;br&gt;
Please teach me how to do that. Thank you! </description>
    </item>
    <item>
      <pubDate>Mon, 02 Jun 2008 16:31:01 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435467</link>
      <author>Matt Fig</author>
      <description>help bar3 </description>
    </item>
    <item>
      <pubDate>Mon, 02 Jun 2008 16:34:25 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435468</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;g216hq$jh$1@news.stanford.edu&amp;gt;,&lt;br&gt;
huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;I have a 100x100 image which is real-valued in [0, 1].&lt;br&gt;
&lt;br&gt;
&amp;gt;I currently use &quot;mesh&quot; to plot a 3D picture of it.&lt;br&gt;
&lt;br&gt;
&amp;gt;Is there a way to change the appearance such that each Z-direction (the &lt;br&gt;
&amp;gt;height) is represented by a bar shooting up?&lt;br&gt;
&lt;br&gt;
&amp;gt;This is like the 3D bars in Excel...&lt;br&gt;
&lt;br&gt;
Ummm, bar3() perhaps ?&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;I was very young in those days, but I was also rather dim.&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;-- Christopher Priest</description>
    </item>
    <item>
      <pubDate>Wed, 04 Jun 2008 22:17:24 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435901</link>
      <author>huhua</author>
      <description>&lt;br&gt;
&quot;Matt Fig&quot; &amp;lt;spamanon@yahoo.com&amp;gt; wrote in message &lt;br&gt;
news:g21785$k9q$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; help bar3&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
I tired... it doesn't look very nice... anyway of making the plot even more &lt;br&gt;
fancy? </description>
    </item>
    <item>
      <pubDate>Wed, 04 Jun 2008 22:17:46 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435902</link>
      <author>huhua</author>
      <description>&lt;br&gt;
&quot;Walter Roberson&quot; &amp;lt;roberson@ibd.nrc-cnrc.gc.ca&amp;gt; wrote in message &lt;br&gt;
news:g217eh$9kj$1@canopus.cc.umanitoba.ca...&lt;br&gt;
&amp;gt; In article &amp;lt;g216hq$jh$1@news.stanford.edu&amp;gt;,&lt;br&gt;
&amp;gt; huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;I have a 100x100 image which is real-valued in [0, 1].&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;I currently use &quot;mesh&quot; to plot a 3D picture of it.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;Is there a way to change the appearance such that each Z-direction (the&lt;br&gt;
&amp;gt;&amp;gt;height) is represented by a bar shooting up?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;This is like the 3D bars in Excel...&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Ummm, bar3() perhaps ?&lt;br&gt;
&amp;gt; -- &lt;br&gt;
How to make the plot even more fancy?</description>
    </item>
    <item>
      <pubDate>Wed, 04 Jun 2008 22:24:27 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#435904</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;g274a4$dh2$1@news.stanford.edu&amp;gt;,&lt;br&gt;
huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;&quot;Walter Roberson&quot; &amp;lt;roberson@ibd.nrc-cnrc.gc.ca&amp;gt; wrote in message &lt;br&gt;
&amp;gt;news:g217eh$9kj$1@canopus.cc.umanitoba.ca...&lt;br&gt;
&amp;gt;&amp;gt; In article &amp;lt;g216hq$jh$1@news.stanford.edu&amp;gt;,&lt;br&gt;
&amp;gt;&amp;gt; huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;I have a 100x100 image which is real-valued in [0, 1].&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;I currently use &quot;mesh&quot; to plot a 3D picture of it.&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;Is there a way to change the appearance such that each Z-direction (the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;height) is represented by a bar shooting up?&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;This is like the 3D bars in Excel...&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; Ummm, bar3() perhaps ?&lt;br&gt;
&lt;br&gt;
&amp;gt;How to make the plot even more fancy?&lt;br&gt;
&lt;br&gt;
&quot;Fancy&quot; as in those little cocktail appetizers that are pieces of&lt;br&gt;
bacon wrapped around an olive with a coloured toothpick through them?&lt;br&gt;
Or &quot;fancy&quot; as in a wearing a string-tie and top-hat ?&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;No sincere artist was ever completely satisfied with his labour.&quot;&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;&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;&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;-- Walter J. Phillips</description>
    </item>
    <item>
      <pubDate>Thu, 05 Jun 2008 19:42:01 -0400</pubDate>
      <title>Re: change the apperance of mesh surface</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170333#436078</link>
      <author>Erik </author>
      <description>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in&lt;br&gt;
message &amp;lt;g274mr$eus$1@canopus.cc.umanitoba.ca&amp;gt;...&lt;br&gt;
&amp;gt; In article &amp;lt;g274a4$dh2$1@news.stanford.edu&amp;gt;,&lt;br&gt;
&amp;gt; huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&quot;Walter Roberson&quot; &amp;lt;roberson@ibd.nrc-cnrc.gc.ca&amp;gt; wrote in&lt;br&gt;
message &lt;br&gt;
&amp;gt; &amp;gt;news:g217eh$9kj$1@canopus.cc.umanitoba.ca...&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; In article &amp;lt;g216hq$jh$1@news.stanford.edu&amp;gt;,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; huhua &amp;lt;lunamoonmoon@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;I have a 100x100 image which is real-valued in [0, 1].&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;I currently use &quot;mesh&quot; to plot a 3D picture of it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;Is there a way to change the appearance such that each&lt;br&gt;
Z-direction (the&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;height) is represented by a bar shooting up?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;This is like the 3D bars in Excel...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Ummm, bar3() perhaps ?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;How to make the plot even more fancy?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Fancy&quot; as in those little cocktail appetizers that are&lt;br&gt;
pieces of&lt;br&gt;
&amp;gt; bacon wrapped around an olive with a coloured toothpick&lt;br&gt;
through them?&lt;br&gt;
&amp;gt; Or &quot;fancy&quot; as in a wearing a string-tie and top-hat ?&lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt;   &quot;No sincere artist was ever completely satisfied with&lt;br&gt;
his labour.&quot;&lt;br&gt;
&amp;gt;                                               -- Walter J.&lt;br&gt;
Phillips&lt;br&gt;
&lt;br&gt;
Yaaaay, fancy!&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; hBar = bar3(peaks(10));&lt;br&gt;
&amp;gt;&amp;gt; set(hBar,'EdgeAlpha',0.1);&lt;br&gt;
&amp;gt;&amp;gt; set(hBar,'FaceAlpha',.5);&lt;br&gt;
&lt;br&gt;
-E</description>
    </item>
  </channel>
</rss>

