cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

plot vector error

jstavitsky
1-Newbie

plot vector error

What's the problem here please?

Thanks


Joe

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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

Top Tags