<?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 Open binary data in JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Open-binary-data-in-JMP/m-p/3462#M3462</link>
    <description>I was wondering if its possible to read raw binary data into a JMP script variable?  (similar to fread() in Matlab)  &lt;BR /&gt;&lt;BR /&gt;Currently to analyze some data that is saved in binary format, I run Matlab to pull the data and save it into a *.csv, which I then load into JMP for plotting/statistical analysis.  I'd prefer to be able to just run one script rather than jumping from program to program.</description>
    <pubDate>Fri, 17 Jun 2011 21:22:12 GMT</pubDate>
    <dc:creator>ray3</dc:creator>
    <dc:date>2011-06-17T21:22:12Z</dc:date>
    <item>
      <title>Open binary data in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-binary-data-in-JMP/m-p/3462#M3462</link>
      <description>I was wondering if its possible to read raw binary data into a JMP script variable?  (similar to fread() in Matlab)  &lt;BR /&gt;&lt;BR /&gt;Currently to analyze some data that is saved in binary format, I run Matlab to pull the data and save it into a *.csv, which I then load into JMP for plotting/statistical analysis.  I'd prefer to be able to just run one script rather than jumping from program to program.</description>
      <pubDate>Fri, 17 Jun 2011 21:22:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-binary-data-in-JMP/m-p/3462#M3462</guid>
      <dc:creator>ray3</dc:creator>
      <dc:date>2011-06-17T21:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open binary data in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/Open-binary-data-in-JMP/m-p/3463#M3463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes -- the answer is blobs. First use &lt;CODE&gt;Open Text File()&lt;/CODE&gt; with the "blob" argument which will read the entire file into a blob (Binary Large OBject). For there JMP provides a few functions to extracting data from a blob. The most powerful is &lt;CODE&gt;Blob To Matrix()&lt;/CODE&gt; is the file contains a run to simmilar data (integers or floating point numbers, for instance). Use &lt;CODE&gt;Blob Peek()&lt;/CODE&gt; to extract a subblob to get the part you want to convert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 01:14:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-binary-data-in-JMP/m-p/3463#M3463</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2011-06-24T01:14:26Z</dc:date>
    </item>
  </channel>
</rss>

