IRstuff - Thanks. I did what you suggested and it worked for one value of the index i (i.e. Function(0) vs Freq). Is there anyway to plot Function(i) vs. Freq on an XY plot for all values of i?
Thanks again,
ldc
Greg- Thanks for your help. I tried what you said and it gives me an error saying that Function(Freq-8) is not a scalar so it doesn't plot anything.
Any more ideas?
Thanks,ldc
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)...