<?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: Saving a 3-d array in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047008#M465375</link>
    <description>You can save anything you want. What format do you want to save it as? A simple method is to simply use a Write to Spreadsheet File inside a for loop.</description>
    <pubDate>Sat, 02 Jan 2010 22:15:37 GMT</pubDate>
    <dc:creator>Dennis_Knutson</dc:creator>
    <dc:date>2010-01-02T22:15:37Z</dc:date>
    <item>
      <title>Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047007#M465374</link>
      <description>Can I save a 3-d Array? How?&amp;nbsp; Thanks.</description>
      <pubDate>Sat, 02 Jan 2010 22:11:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047007#M465374</guid>
      <dc:creator>exo</dc:creator>
      <dc:date>2010-01-02T22:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047008#M465375</link>
      <description>You can save anything you want. What format do you want to save it as? A simple method is to simply use a Write to Spreadsheet File inside a for loop.</description>
      <pubDate>Sat, 02 Jan 2010 22:15:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047008#M465375</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-01-02T22:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047012#M465376</link>
      <description>So the array is 750 X 50 X 40. Save 750 2-d arrays then reconstruct as needed?&amp;nbsp; I guess I should have though of that. Thanks.</description>
      <pubDate>Sat, 02 Jan 2010 22:21:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047012#M465376</guid>
      <dc:creator>exo</dc:creator>
      <dc:date>2010-01-02T22:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047040#M465394</link>
      <description>&lt;P&gt;Another method is to simply use the Write to Binary File. &lt;/P&gt;&lt;P&gt;Another method is to use XML using the LabVIEW XML schema.&lt;/P&gt;&lt;P&gt;Another method is to use XML using your custom schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2010 05:13:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047040#M465394</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-01-03T05:13:09Z</dc:date>
    </item>
    <item>
      <title>回复： Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047058#M465405</link>
      <description>&lt;P&gt;you can convert 2D to 1D,&amp;nbsp;then&amp;nbsp;use for loop convert 3D to 2D.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2010 08:09:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047058#M465405</guid>
      <dc:creator>ronke</dc:creator>
      <dc:date>2010-01-03T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047068#M465409</link>
      <description>&lt;P&gt;And reopening the binary file should be rather quick, I would think.&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2010 13:50:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047068#M465409</guid>
      <dc:creator>exo</dc:creator>
      <dc:date>2010-01-03T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: 回复： Saving a 3-d array</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047069#M465410</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;ronke wrote: &lt;BR /&gt;&lt;P&gt;you can convert 2D to 1D,&amp;nbsp;then&amp;nbsp;use for loop convert 3D to 2D.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt; Actually, you don't need a loop. The Reshape Array function will accept a 3D array and spit out a 1D array in the same way.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2010 13:50:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Saving-a-3-d-array/m-p/1047069#M465410</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2010-01-03T13:50:56Z</dc:date>
    </item>
  </channel>
</rss>

