How do I use capture?

Once I have used capture, how do I get a list that can be summed in the computational layer?

I typically use an action button to capture the inputs and create a list in a graphing component. I then use the total() operator in another graphing component expression line to calculate the sum of the elements of my list. You can see that here:

I believe you can also use \operatorname{total}\left(Y_{ourlistnamehere}\right) in the CL of any of the components if you prefer that method.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.