I have a function of two variables f(v,a) and I need to export several plots of f(v) each one with different values of a.
For instance, for a=0.1,0.2,0.3...
I want a separate txt file with two columns containing $f(v)$ in the range $v=0..10$.
How can I do that?
Doloop. – george2079 Sep 30 '16 at 00:31Forconsider carefully reading loop alternatives... If you still need help, share code for exporting one plot. – BlacKow Sep 30 '16 at 16:36