Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
You can plot a vector against another vector of the same length with just the vector names.
A range variable can be used as an index to a variable, so plot x against foo [ x (typing the character "[" creates an index subscript.
You can plot a vector against another vector of the same length with just the vector names.
A range variable can be used as an index to a variable, so plot x against foo [ x (typing the character "[" creates an index subscript.
Got it, thanks
