phyphox Forums
problem with graph - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Bugs and Problems (https://phyphox.org/forums/forumdisplay.php?fid=9)
+--- Thread: problem with graph (/showthread.php?tid=758)



problem with graph - julien - 04-09-2020

Hello,

I am learning how to use the editor. Most of the time it works great but sometimes i have some problems.
Here is an example.
In this test program, the first graph works but the second doesn't. I don't understans why.
Can you help me to understand ?
Thank you !


RE: problem with graph - Jens Noriʇzsɔɥ - 04-09-2020

Hm… do I miss an attachment?


RE: problem with graph - julien - 04-09-2020

oups !

Here it is !


RE: problem with graph - Jens Noriʇzsɔɥ - 04-09-2020

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/Analysis_modules#Formula_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_].



RE: problem with graph - julien - 04-09-2020

Yes, excellent !
Thank you !