Re: How i can plot points coordinates?
- From: Jérôme <dutmatlab@xxxxxxxx>
- Date: Wed, 31 Aug 2005 07:42:40 -0400
A=[45 23;102 15; 89 20];
figure
plot(A(:,1),A(:,2),'r.');
axis([0 150 0 25]);
str=num2str(A);
text(A(:,1)*1.02,A(:,2)*1.02,str);
Jérôme
.
- References:
- How i can plot points coordinates?
- From: BoB
- Re: How i can plot points coordinates?
- From: Jérôme
- Re: How i can plot points coordinates?
- From: BoB
- How i can plot points coordinates?
- Prev by Date: Re: deviding x axis and plot different plots in pa
- Next by Date: iris recognition
- Previous by thread: Re: How i can plot points coordinates?
- Next by thread: mex file memory usage
- Index(es):