Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by josephp

  1. josephp

    how to load values for a vector field?

    The examples I see for vector fields go somewhat like this... [x,y] = meshgrid(-10:1:10,-10:1:10); M = x; N = -y; quiver(x,y,M,N) I don't want to use a function to fill in the values, but want to load point by point. For example, if I want to manually load the first element, in this case the...

Part and Inventory Search

Back
Top