Hi guys - I'm sure this is a basic question, but I can't seem to get past it.
I have the following:
Function(i):= ( data1(i) data2(i) data3(i) )
Function(0)= ( 5 2 3)
Freq:= 8..10
I want to be able to plot Function(0) vs. Freq on an XY Plot (similar to below pic but w/ connected lines)...