Difference between revisions of "MATLAB talk:Plotting"

From PrattWiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
*{{Q}} For the EGR53 lab6, I am having difficulty finding the x and y coordinates of the best low-cost location in problem 4.25. I have generated my graphs and found the minimum operating cost, however when I use the find command to find the coordinates of this location MATLAB returns an error 'Index exceeds matrix dimensions'. The code I typed in to find the x and y coordinates were as follows:
+
Hi, this is Amit Vora.
xMin = CustX(find(TotalCost==MinCost))  ,  yMin = CustY(find(TotalCost==MinCost)) [[User:Mew40|Mew40]] 11:14, 1 October 2009 (EDT)
+
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?
 +
* 0 through 10 [[User:DukeEgr93|DukeEgr93]] 01:40, 20 September 2012 (EDT)

Latest revision as of 03:26, 15 October 2014

Hi, this is Amit Vora. 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?

  • 0 through 10 DukeEgr93 01:40, 20 September 2012 (EDT)