<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help with 2D array in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2777228#M817153</link>
    <description>&lt;P&gt;Here's what I had in mind....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2014 16:05:20 GMT</pubDate>
    <dc:creator>altenbach</dc:creator>
    <dc:date>2014-03-13T16:05:20Z</dc:date>
    <item>
      <title>Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774712#M816727</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am working with a 2D array which stores numeric values. Let me explain my problem with an example.&lt;/P&gt;
&lt;P&gt;consider a 2D array as shown in the attached image(input.png). the elements in the 2nd row are already present&lt;/P&gt;
&lt;P&gt;in the 1st row. How can i obtain a new 2d array in which the rows, which are already a &lt;SPAN style="line-height: 15px;"&gt;subset of some other&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt; row, are not present i.e., each row has unique elements only.(output.png)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the help.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 05:16:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774712#M816727</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-12T05:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774716#M816729</link>
      <description>&lt;P&gt;Are the non-duplicate element values always increasing in memory order? That would simplify certain things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would (1) reshape to a 1D array, (2) remove all duplicates, (3) then reshape back to a 2D array of the original size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 05:23:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774716#M816729</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-12T05:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774732#M816733</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;
&lt;P&gt;YES, the non-duplicate element values always increase in memory order.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;However the 2d array could be like this also: &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp;2 &amp;nbsp;3 &amp;nbsp;4 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;8 &amp;nbsp;9&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;8 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5 &amp;nbsp;8 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 05:43:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774732#M816733</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-12T05:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774768#M816740</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/266854"&gt;@aveo&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YES, the non-duplicate element values always increase in memory order.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;However the 2d array could be like this also: &amp;nbsp; &amp;nbsp; &amp;nbsp;1 &amp;nbsp;2 &amp;nbsp;3 &amp;nbsp;4 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;8 &amp;nbsp;9&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;8 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5 &amp;nbsp;8 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, in this example they &lt;U&gt;don't&lt;/U&gt; increase in memory order (e.g. 8 occurs before the first 7). Do you want them sorted in the output array in this case or in the original order of first occurrence. (It does not help if you describe a special case, but then fail to show what the desired output would be ;))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the output sorted, do bascally what I suggested above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remove all duplicate elements or elements that are zero. (&lt;A href="https://ni.lithium.com/t5/LabVIEW/How-can-I-remove-repeated-elements-in-an-array/m-p/2615433#M784149" target="_self"&gt;here are some ways to do it&lt;/A&gt;, some are much more efficient ;)). Of course you would need to add code to also remove zeroes. Should be trivial to change. Good luck. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 06:24:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774768#M816740</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-12T06:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774770#M816741</link>
      <description>&lt;P&gt;Thanks for the suggestions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will implement them and post it here.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2014 06:32:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2774770#M816741</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-12T06:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2776650#M817047</link>
      <description>&lt;P&gt;Hi Altenbach,&lt;/P&gt;
&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;
&lt;P&gt;I have created a vi (Find_Overlapping_Rows.vi) that does what i require, however in a different way.&lt;/P&gt;
&lt;P&gt;can you suggest any more improvements in it?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:08:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2776650#M817047</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-13T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2777176#M817145</link>
      <description>&lt;P&gt;Put some typical numbers in the input array, &lt;U&gt;make the current values default&lt;/U&gt;, save and attach the toplevel VI once more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... and yes, this looks way too complicated. Can there be negative values too?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 15:54:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2777176#M817145</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-13T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2777228#M817153</link>
      <description>&lt;P&gt;Here's what I had in mind....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2014 16:05:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2777228#M817153</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-13T16:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778098#M817287</link>
      <description>&lt;P&gt;Hi Altenbach,&lt;/P&gt;
&lt;P&gt;I am attaching the vi again with an initialized array.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put the same array in your vi and the results are different.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you will take a look at the array the 6th row(starting from 0) has 10 and is not a subset of any other row.&lt;/P&gt;
&lt;P&gt;However in Find_Overlapping_Rows_MODCA.vi&amp;nbsp;it is not coming as i want it.&lt;/P&gt;
&lt;P&gt;And there cannot be negative values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 04:38:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778098#M817287</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-14T04:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778132#M817292</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;aveo wrote:
&lt;P&gt;However in Find_Overlapping_Rows_MODCA.vi&amp;nbsp;it is not coming as i want it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then you &lt;U&gt;need to define better what you want&lt;/U&gt;. There are millions of possible results that are different from what I did, so we cannot narrow it down at all given the vague information. What is the &lt;U&gt;exact result&lt;/U&gt; you want from your VI when run with the current default input data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you should manually fill the output array with the exepcted result and also make it the default.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 06:20:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778132#M817292</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-14T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778134#M817293</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;aveo wrote:
&lt;P&gt;If you will take a look at the array the 6th row(starting from 0) has 10 and is not a subset of any other row.&lt;/P&gt;
&lt;P&gt;However in Find_Overlapping_Rows_MODCA.vi&amp;nbsp;it is not coming as i want it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;OK, it is a complete mystery &lt;U&gt;where else&lt;/U&gt; you exepct the "10" to appear in the output array. Here's what I get with my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://ni.lithium.com/ni/attachments/ni/170/817293/1/2Dcleanup.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We cannot solve a problem unless it is fully defined. Currently it is not!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 06:33:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778134#M817293</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-14T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778184#M817300</link>
      <description>&lt;P&gt;The 10 should appear in a new row (and not with 8,9). This is because, if you take a look at the input array,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;10 is not present in the row where 8,9 is.&lt;/P&gt;
&lt;P&gt;You can see the required output if you run my code(&lt;SPAN&gt;&amp;nbsp;Find_Overlapping_Rows.vi&lt;/SPAN&gt;) with the same array.&lt;/P&gt;
&lt;P&gt;Guess my problem can be solved if i use my vi only.... but sadly it is complicated. i thought i would be able to&lt;/P&gt;
&lt;P&gt;make something more simple &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;My apologies that i am still unable to clearly explain the problem statement to you.&lt;/P&gt;
&lt;P&gt;let me breakdown the problem with this example.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;consider the input array &amp;nbsp;1 &amp;nbsp;2 &amp;nbsp;3 &amp;nbsp;4 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;7&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2 &amp;nbsp;3 &amp;nbsp;6 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3 &amp;nbsp;2 &amp;nbsp;7 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4 &amp;nbsp;5 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7 &amp;nbsp;1 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8 &amp;nbsp;9 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10 0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;the 2,3,6 &amp;nbsp;in 2nd row is already found in 1st row so delete 2nd row.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;the 3,2,7 &amp;nbsp;in 3rd row is already found in 1st row so delete 3rd row.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;the 4,5 &amp;nbsp;in 4th row is already found in 1st row so delete 4th row.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;the 7,1 &amp;nbsp;in 5th row is already found in 1st row so delete 5th row.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;the 8,9 &amp;nbsp;in 6th row is not found in any other rows so retain it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;the 10 &amp;nbsp;in 7th row is not found in any other rows so retain it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;thus the output array must have.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;1 &amp;nbsp;2 &amp;nbsp;3 &amp;nbsp;4 &amp;nbsp;5 &amp;nbsp;6 &amp;nbsp;7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;8 &amp;nbsp;9 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;10 0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0 &amp;nbsp;0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Hope i have cleared it a little bit now.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for all the help and quick reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 07:47:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778184#M817300</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-14T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778190#M817301</link>
      <description>&lt;P&gt;OK, now it is clearer. Unfortunately it is 1am here, so I will look tomorrow. I am sure this can still de done with much less code! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are these alway small integers? What is the range of values that can occur overall. How long can the rows be?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 07:53:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778190#M817301</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-14T07:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778214#M817304</link>
      <description>&lt;P&gt;OK, try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(assuming the integers are all &amp;lt;100, modify as needed.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ni.lithium.com/ni/attachments/ni/170/817304/2/2Dcleanup3.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 08:09:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778214#M817304</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-14T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778332#M817314</link>
      <description>&lt;P&gt;Hi Altenbach, Yes this is what i was looking for! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; The rows will be between 200 or 300 at most.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works amazingly without complicating the program. Thanks a mighty lot for this. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Aveo&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 09:07:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778332#M817314</guid>
      <dc:creator>aveo</dc:creator>
      <dc:date>2014-03-14T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with 2D array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778884#M817439</link>
      <description>&lt;P&gt;Yes, then you simply need to increase the lookup array size a little bit. Even if there is no known upper limit for the numbers, the code would not be much more complicated, but we would need to change the code a little bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SImple problems always have simple solutions! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Note the use of the "-1". This is to automatically ignore all zeroes.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 15:09:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Need-help-with-2D-array/m-p/2778884#M817439</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2014-03-14T15:09:50Z</dc:date>
    </item>
  </channel>
</rss>

