10-15-2008 03:59 AM
Hi everyone!
I am looking for a fast way to combine two intensity graphs, especially the data of them.
I added an VI to this post with some data.
The way I wanna do that is to put the data of those two grahs (intensity 1 and 2) together into one graph (intensity 3).
It should be visible that there are parts that do overlap. If it happens it should be proven if there are zeros or if there is some data and then the program should just copy the data of the one graph into the other graph where there are zeros!
I could figure out how to do this in a kind of fast way....
Maybe you could help me with some suggestions?!
Thank you very much in advance!
10-16-2008 02:34 AM
maybe my description is a little bit too complicated...
if so please tell me...
Thank you!
10-16-2008 02:42 AM - edited 10-16-2008 02:43 AM
10-16-2008 02:56 AM - edited 10-16-2008 02:56 AM
... and if you e.g. want intensity graph 1 to be "dominant", you could do the following:
10-16-2008 03:06 AM
Thank you very much Altenbach!
It is exactly what I was looking for!
I did'nt Know that I could use this MIN/Max Funcition to do so.
Thank you again