04-09-2020, 07:23 PM
I would assume that the formula needs to be "10*[1_]" in order to get what you expected. You could directly compute it from x by ”10*cos([1_])“. With "10*[1]" your second graph view displays the most recent x-value for all t-values.
See: https://phyphox.org/wiki/index.php/Analy...rmula_node
See: https://phyphox.org/wiki/index.php/Analy...rmula_node
Quote:If only a single value from a buffer is used, it is referred to as [1], but if multiple values should be used and the calculation should be repeated for each value and output a result for each value, an underscore is added as in [2_] or [3_].