<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pundit.pratt.duke.edu/piki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ejl23</id>
	<title>PrattWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pundit.pratt.duke.edu/piki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ejl23"/>
	<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/wiki/Special:Contributions/Ejl23"/>
	<updated>2026-05-22T10:29:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.6</generator>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting&amp;diff=17868</id>
		<title>MATLAB talk:Plotting</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting&amp;diff=17868"/>
		<updated>2014-10-15T03:26:43Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, this is Amit Vora.&lt;br /&gt;
I have a question about Question 5 on Lab 3: When we make the graph of deflection versus distance along the beam, what should the limits of our axes be?&lt;br /&gt;
* 0 through 10 [[User:DukeEgr93|DukeEgr93]] 01:40, 20 September 2012 (EDT)&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting_Surfaces&amp;diff=11978</id>
		<title>MATLAB talk:Plotting Surfaces</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting_Surfaces&amp;diff=11978"/>
		<updated>2012-10-07T20:15:02Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*I'm having trouble getting contour to plot more than the standard number of contour lines. When I use contour(x, y, z), it plots the contour lines fine, but when I specify the number of lines with contour(x, y, z, n), nothing plots. [[User:Jc257|Jc257]] 23:16, 22 September 2009 (EDT)&lt;br /&gt;
*:I have had this same problem. I added a colorbar. When I don't give an &amp;quot;n&amp;quot; argument, the color bar ranges from 0 - 300, the range of the surface plot. When I add an &amp;quot;n&amp;quot; argument, the colorbar ranges from 0 - 1 in 0.1 intervals. If this is so, it makes sense that nothing is graphed, because the surface never gets as low as 1, but why would adding more contour lines change this? (I also tried plotting less contour lines - same thing happens.) [[User:Smc41|Smc41]] 09:39, 23 September 2009 (EDT)&lt;br /&gt;
** In both cases, the problem is you started with values that make the function go infinite - if you try to use &amp;lt;code&amp;gt;contour&amp;lt;/code&amp;gt; with a matrix containing &amp;lt;code&amp;gt;Inf&amp;lt;/code&amp;gt;, and then try to specify how many contour lines, MATLAB will become hopelessly confused.  Make sure d starts at 1 and theta starts at .1 and you should be able to get multiple contour lines.  [[User:DukeEgr93|DukeEgr93]] 13:26, 23 September 2009 (EDT)&lt;br /&gt;
&lt;br /&gt;
*What's the difference between using a meshgrid and using just two linspaces? (ejl23)&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting_Surfaces&amp;diff=11977</id>
		<title>MATLAB talk:Plotting Surfaces</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting_Surfaces&amp;diff=11977"/>
		<updated>2012-10-07T20:14:20Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*I'm having trouble getting contour to plot more than the standard number of contour lines. When I use contour(x, y, z), it plots the contour lines fine, but when I specify the number of lines with contour(x, y, z, n), nothing plots. [[User:Jc257|Jc257]] 23:16, 22 September 2009 (EDT)&lt;br /&gt;
*:I have had this same problem. I added a colorbar. When I don't give an &amp;quot;n&amp;quot; argument, the color bar ranges from 0 - 300, the range of the surface plot. When I add an &amp;quot;n&amp;quot; argument, the colorbar ranges from 0 - 1 in 0.1 intervals. If this is so, it makes sense that nothing is graphed, because the surface never gets as low as 1, but why would adding more contour lines change this? (I also tried plotting less contour lines - same thing happens.) [[User:Smc41|Smc41]] 09:39, 23 September 2009 (EDT)&lt;br /&gt;
** In both cases, the problem is you started with values that make the function go infinite - if you try to use &amp;lt;code&amp;gt;contour&amp;lt;/code&amp;gt; with a matrix containing &amp;lt;code&amp;gt;Inf&amp;lt;/code&amp;gt;, and then try to specify how many contour lines, MATLAB will become hopelessly confused.  Make sure d starts at 1 and theta starts at .1 and you should be able to get multiple contour lines.  [[User:DukeEgr93|DukeEgr93]] 13:26, 23 September 2009 (EDT)&lt;br /&gt;
&lt;br /&gt;
*What's the difference between using a meshgrid and using just two linspaces?&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11925</id>
		<title>MATLAB talk:Logical Masks</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11925"/>
		<updated>2012-09-20T03:59:12Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi this is Everett Loving.&lt;br /&gt;
When a logical mask is scanning a matrix of numbers, is it possible to ask the mask to check for two conditions? For example, something like:&lt;br /&gt;
&lt;br /&gt;
       variable = (condition &amp;amp;&amp;amp; condition) .*value +...&lt;br /&gt;
                  (condition) .....&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11924</id>
		<title>MATLAB talk:Logical Masks</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11924"/>
		<updated>2012-09-20T03:58:39Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi this is Everett Loving.&lt;br /&gt;
When a logical mask is scanning a matrix of numbers, is it possible to ask the mask to check for two conditions? For example:&lt;br /&gt;
Something like &lt;br /&gt;
&lt;br /&gt;
       variable = (condition &amp;amp;&amp;amp; condition) .*value +...&lt;br /&gt;
           (condition) .....&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11923</id>
		<title>MATLAB talk:Logical Masks</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Logical_Masks&amp;diff=11923"/>
		<updated>2012-09-20T03:58:02Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi this is Everett Loving.&lt;br /&gt;
When a logical mask is scanning a matrix of numbers, is it possible to ask the mask to check for two conditions? For example:&lt;br /&gt;
Something like &lt;br /&gt;
variable = (condition &amp;amp;&amp;amp; condition) .*value +...&lt;br /&gt;
           (condition) .....&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting&amp;diff=11922</id>
		<title>MATLAB talk:Plotting</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=MATLAB_talk:Plotting&amp;diff=11922"/>
		<updated>2012-09-20T03:51:50Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, this is Amit Vora.&lt;br /&gt;
I have a question about Question 5 on Lab 3: When we make the graph of deflection versus distance along the beam, what should the limits of our axes be?&lt;br /&gt;
&lt;br /&gt;
Hi, this is Everett Loving. &lt;br /&gt;
For lab 3, question 5, once the 3 graphs are separated into figures, what is the syntax for inserting them into the emacs file using the epsfig command?&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10349</id>
		<title>User:Ejl23</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10349"/>
		<updated>2012-09-06T02:01:19Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Information==&lt;br /&gt;
*Email: ejl23@duke.edu&lt;br /&gt;
*Intended Major: Civil Engineering&lt;br /&gt;
*Residence Hall: Southgate&lt;br /&gt;
&lt;br /&gt;
==Grand Challenges : HW1 ==&lt;br /&gt;
*[http://www.engineeringchallenges.org/cms/8996/9136.aspx Restore and improve urban infrastructure - Engineering Challenges], National Academy of Sciences, accessed 4 September 2012 (Restore and Improve Urban Infrastructure)&lt;br /&gt;
&lt;br /&gt;
==Favorite Demo : HW2 == &lt;br /&gt;
*My favorite demo was the bending truss video. I'm planning on being a civil engineer so that was definitely some cool animation to watch.&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10183</id>
		<title>User:Ejl23</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10183"/>
		<updated>2012-09-04T16:55:18Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Information==&lt;br /&gt;
*Email: ejl23@duke.edu&lt;br /&gt;
*Intended Major: Civil Engineering&lt;br /&gt;
*Residence Hall: Southgate&lt;br /&gt;
&lt;br /&gt;
==Grand Challenges : HW1 ==&lt;br /&gt;
*[http://www.engineeringchallenges.org/cms/8996/9136.aspx Restore and improve urban infrastructure - Engineering Challenges], National Academy of Sciences, accessed 4 September 2012 (Restore and Improve Urban Infrastructure)&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10182</id>
		<title>User:Ejl23</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10182"/>
		<updated>2012-09-04T16:39:46Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Email: ejl23@duke.edu&lt;br /&gt;
*Intended Major: Civil Engineering&lt;br /&gt;
*Residence Hall: Southgate&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
	<entry>
		<id>https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10181</id>
		<title>User:Ejl23</title>
		<link rel="alternate" type="text/html" href="https://pundit.pratt.duke.edu/piki/index.php?title=User:Ejl23&amp;diff=10181"/>
		<updated>2012-09-04T16:39:17Z</updated>

		<summary type="html">&lt;p&gt;Ejl23: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Email: ejl23@duke.edu&lt;br /&gt;
Intended Major: Civil Engineering&lt;br /&gt;
Residence Hall: Southgate&lt;/div&gt;</summary>
		<author><name>Ejl23</name></author>
		
	</entry>
</feed>