Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

plot dots in Matlab

Status
Not open for further replies.

BigLeon

Mechanical
Jul 22, 2003
7
I have a matrix containing X, Y location of several dots. Can I plot them in a figure using plot function?
 
Replies continue below

Recommended for you

Try using

plot(X,Y,'b+');

This will create a plot with every point (X,Y) marked by a blue + symbol. Look in the help for the symbols and colours. By omitting the line type there is no line shown.

Cheers,
Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor