Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: plotting in a for loop
Replies: 7   Last Post: Jul 23, 2012 7:11 AM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
steve nospam

Posts: 39
Registered: 9/11/10
Re: plotting in a for loop
Posted: Jul 21, 2012 11:57 PM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

On Saturday, July 21, 2012 1:43:14 PM UTC-5, Jeffrey wrote:
> Hi,
>
> I have many vectors that I want to plot in a for loop (x1 x2 x3 x4 y1 y2 y3 y4). How do you assign the index in the for loop to the vector you want to plot?
>
> example
> i=1:1:4
>
> plot(xj,yj)?????
>
> Thanks,


assign vector use index, like x(j) and y(i). use ii also not i becuase matlab i is the imagine numbers



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.