LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

two curves plot

Hello
something like a biginner question, but all labview users I know can't
help me.

I want to plot to curves in one chart (in matlab plot(a,x, b,y) -
easy). The vectors x,y havn't the same length and I have a non
aquidistant x-scaling.
I think easy in labview, if I only know how...


WoE
----------------------------------
wolfgang.ens@khe.siemens.de


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 2
(3,035 Views)
> something like a biginner question, but all labview users I know can't
> help me.
>
> I want to plot to curves in one chart (in matlab plot(a,x, b,y) -
> easy). The vectors x,y havn't the same length and I have a non
> aquidistant x-scaling.
> I think easy in labview, if I only know how...
>

If you drop the XY graph, you can wire up either a two
element array of XY pair coordinates, or you can wire
up a two element array of cluster of an X and Y array.

The help window idling over the terminal of the XY
graph with the wiring tool will summarize this for
you, and the examples/general/graphs will show you
diagrams that construct XY graphs.

Greg McKaskle
0 Kudos
Message 2 of 2
(3,035 Views)