How did you get piont in the chart? I get the line while trying to plot the data points.
@Zer0-Fr0st Жыл бұрын
Hi, maybe my question is a bit basic, but could you explain how to do that? So I have a repeating formula, with a variable that changes 15 times. How can I do this effectively, so that this calculation does not take up 2-3 pages? Sorry for my English, it's not the best.
@PatJHeffernan Жыл бұрын
If I understand correctly I would create an array with the 15 instances of the variable and then create a function of your formula in that variable. Plot/print the output array. Hope this makes sense.
@Zer0-Fr0st Жыл бұрын
@@PatJHeffernan If I get it right, it would look like this? n - variable f(n):= 23.45* sin(360*((284+n)/365))
@PatJHeffernan Жыл бұрын
@@Zer0-Fr0st Sure, looks fine. So if you then create an array for n, you should be able to get an array output for f(n).