<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235466</link>
    <title>MATLAB Central Newsreader - how to add a minor grid in a graph in matlab</title>
    <description>Feed for thread: how to add a minor grid in a graph in matlab</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>Wed, 03 Sep 2008 12:04:59 -0400</pubDate>
      <title>how to add a minor grid in a graph in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235466#598488</link>
      <author>stellakr08</author>
      <description>Hello I want to add minor grid in matlab but with the step i want and i dont know the command. For example my ticks is from 0 to 400 and the step is 50 so the grid start with a step of 50 but i would like to have minor grid with a step of 25...how can i do that...Can someone inform me please?</description>
    </item>
    <item>
      <pubDate>Wed, 03 Sep 2008 16:36:00 -0400</pubDate>
      <title>Re: how to add a minor grid in a graph in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235466#598534</link>
      <author>Walter Roberson</author>
      <description>stellakr08 wrote:&lt;br&gt;
&amp;gt; Hello I want to add minor grid in matlab but with the step i want and i dont &lt;br&gt;
&amp;gt; know the command. For example my ticks is from 0 to 400 and the step is 50 so &lt;br&gt;
&amp;gt; the grid start with a step of 50 but i would like to have minor grid with a step &lt;br&gt;
&amp;gt; of 25...how can i do that...Can someone inform me please?&lt;br&gt;
&lt;br&gt;
You can use&lt;br&gt;
&lt;br&gt;
grid minor&lt;br&gt;
&lt;br&gt;
to turn on the minor grid, but Matlab does not supply any axes property to&lt;br&gt;
allow you to control the spacing explicitly: it always automatically determines&lt;br&gt;
the spacing it will use for the minor grid lines.&lt;br&gt;
&lt;br&gt;
There might perhaps be a Matlab File Exchange (FEX) contribution that would&lt;br&gt;
assist in this?&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Q = quotation(rand);&lt;br&gt;
if isempty(Q); error('Quotation server filesystem problems')&lt;br&gt;
else sprintf('%s',Q), end</description>
    </item>
    <item>
      <pubDate>Thu, 04 Sep 2008 13:03:40 -0400</pubDate>
      <title>Re: how to add a minor grid in a graph in matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235466#598669</link>
      <author>heiko_marx@hotmail.com</author>
      <description>On 3 Sep., 18:36, Walter Roberson &amp;lt;rober...@hushmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; stellakr08 wrote:&lt;br&gt;
&amp;gt; &amp;gt; Hello I want to add minor grid in matlab but with the step i want and i dont&lt;br&gt;
&amp;gt; &amp;gt; know the command. For example my ticks is from 0 to 400 and the step is 50 so&lt;br&gt;
&amp;gt; &amp;gt; the grid start with a step of 50 but i would like to have minor grid with a step&lt;br&gt;
&amp;gt; &amp;gt; of 25...how can i do that...Can someone inform me please?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; You can use&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; grid minor&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; to turn on the minor grid, but Matlab does not supply any axes property to&lt;br&gt;
&amp;gt; allow you to control the spacing explicitly: it always automatically determines&lt;br&gt;
&amp;gt; the spacing it will use for the minor grid lines.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; There might perhaps be a Matlab File Exchange (FEX) contribution that would&lt;br&gt;
&amp;gt; assist in this?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Q = quotation(rand);&lt;br&gt;
&amp;gt; if isempty(Q); error('Quotation server filesystem problems')&lt;br&gt;
&amp;gt; else sprintf('%s',Q), end&lt;br&gt;
&lt;br&gt;
Hi.&lt;br&gt;
&lt;br&gt;
Another way might be to set the major tick to the minor tick positions&lt;br&gt;
you want, to have a controllable tick, and label only the major&lt;br&gt;
ticks.&lt;br&gt;
&lt;br&gt;
Heiko</description>
    </item>
  </channel>
</rss>

