06-13-2020 01:19 AM
I want to display the value of two 1D array, and one is for x axis, the other one is for y axis in XY Graph, how to process this ?
Thanks.
Solved! Go to Solution.
06-13-2020 01:31 AM
Bundle the two arrays or create a complex 1D array. The xy graph accepts both.
06-13-2020 01:45 AM
Hi Sir,
Not quite understand, i try to convert the array to the input of XY Graph, but always the wire is broken.
06-13-2020 01:55 AM
Well, you are not really telling us what you are doing, so we cannot tell what you are doing wrong.
Given two 1D arrays of same length (one for X and one for Y), here are two (of many more!) possibilities.
06-13-2020 02:03 AM
Well, it works with the 2nd method, but could you still tell me where to find below icon in the first method ?
Thanks.
06-13-2020 02:05 AM - edited 06-13-2020 02:06 AM
Bundle (Cluster, Class & Variant palette)
06-13-2020 03:19 PM
@Brzhou123 wrote:
Well, it works with the 2nd method, but could you still tell me where to find below icon in the first method ?
Thanks.
Numeric >> Complex palette. Polar to Complex
06-13-2020 03:47 PM - edited 06-13-2020 03:50 PM
@RavensFan wrote:
Numeric >> Complex palette. Polar to Complex
RE/IM to complex, right?
(Sorry, I thought that's what he already wired up and I thought the bundle code was missing. 🙂
My "first method" described here was the bundle: "Bundle the two arrays or create a complex 1D array. The xy graph accepts both.")
06-13-2020 07:58 PM
@altenbach wrote:
@RavensFan wrote:
Numeric >> Complex palette. Polar to Complex
RE/IM to complex, right?
(Sorry, I thought that's what he already wired up and I thought the bundle code was missing. 🙂
My "first method" described here was the bundle: "Bundle the two arrays or create a complex 1D array. The xy graph accepts both.")
Yes. You're right. Them being on the same palette, I just looked at the name of the wrong one.
I just realized in his message about "the one below", he meant the image below his text in that specific message, but I could see how it could have been read as the image that was at the bottom of the image "below" of your message with both examples.
06-13-2020 09:03 PM
Brzhou123,
You should accept Altenbach's message #4 as the solution to your problem. All my messages were just to help clarify the followup questions you had.