Hi
I have a complex problem to solve. It is an electronic filter. I need to step through a list of input frequencies, and for each input, record the output value. I want to chart these output values.
I’d like to do something like:
From 1 to 1000, Step=10 do
Calculate something and store it in a list of x,y
Loop.