Jump to content

2D arrays


miri

Recommended Posts

Yes, As you can see in try.vi I use the subset function.

My inputs should be two 2D arrays 8X8. And Array3 like I understand should be the merge of them.

I think the first problem is somewhere here - What kind of array - array3 should be in that case?

Thanks

Link to comment

I need to subtract,add,divide same cells in both arrays.

Hi Miri

The LabVIEW math operators are polymorphic meaning they accept different datatypes.

You can actually just wire the 2D Numeric Arrays straight to them and you will be doing that maths operation on the same cell in each array.

The result will be a 2D Numeric Array.

Two flavors:

post-10325-061605600 1280223142_thumb.pn

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.