Hi Folks,
Say I am using x as a variable in a sheet and I then, farther down on the sheet, want to plot some function f(x) vs. x. How do I initialize x so I'll actually get a range of x values?
I know the easy way to do it is to just use some other dummy variable and plot, say, f(xx) vs. xx. However, I vaguely remember there being a way to initialize x.
Can anyone remind me how to do this?
Thanks for your help.