Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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
