I would like to pass a function to a Graph from a table component. Each line is a different function.
I’ve tried:
function(f
): simpleFunction(table2.cellContent(2,2))
but it does not work. Appreciate any help.
Thank you,
David
I would like to pass a function to a Graph from a table component. Each line is a different function.
I’ve tried:
function(f
): simpleFunction(table2.cellContent(2,2))
but it does not work. Appreciate any help.
Thank you,
David
That should work, but it will only graph if you put y=f(x)
into the actual graph.
Thank you so much for your response!