Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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
