LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

XY funktions Graph

Solved!
Go to solution

Gibt es eine Möglichkeit eine XY funktion in einem Graph abzubilden.

X-Achse float und Y-Achse float.

 

Danke für Eure Antwort!

 

0 Kudos
Message 1 of 4
(3,226 Views)

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

0 Kudos
Message 2 of 4
(3,222 Views)

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.

0 Kudos
Message 3 of 4
(3,215 Views)
Solution
Accepted by topic author sooosooo

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...?

 

0 Kudos
Message 4 of 4
(3,212 Views)