03-11-2013 03:18 AM
Gibt es eine Möglichkeit eine XY funktion in einem Graph abzubilden.
X-Achse float und Y-Achse float.
Danke für Eure Antwort!
Solved! Go to Solution.
03-11-2013 03:29 AM
What is a floating axis? Or do you refer to the data type?
Of course it is possible to have a xy graph, see the example graph.cws
03-11-2013 03:52 AM
Danke für Deine Antwort!
Aber ich möchte einen Graph erzeugen der eine z.B. I (U) Funktion erzeugt ( X(Y)Kennlinie ).
X und Y sollten mit Datentype float oder Double funktionieren.
03-11-2013 04:08 AM
Aber ich möchte einen Graph erzeugen der eine z.B. I (U) Funktion erzeugt ( X(Y)Kennlinie ).
Hm, I don't seem to understand the question/problem: what is wrong using the function PlotXY: It plots an array of x values against an array of y values on a graph control. Now, if you want to plot x(y) instead of y(x) you simply exchange the arrays...?