<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236345</link>
    <title>MATLAB Central Newsreader - import data from Cadence to Matlab with engineering notation format</title>
    <description>Feed for thread: import data from Cadence to Matlab with engineering notation format</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 22 Sep 2008 13:55:03 -0400</pubDate>
      <title>import data from Cadence to Matlab with engineering notation format</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236345#601390</link>
      <author>Olivier </author>
      <description>Hi, &lt;br&gt;
I use Cadence to simulate microelectronic circuit, but I don't really appreciate the calculator provided in the software suite. I then Use Matlab to perform derivations on the data. Cadence use the Engineering Notation (EN) to store data (maybe there's a way to change that but so far I don't know it) and obviously Matlab does not know how to deal with that.&lt;br&gt;
&lt;br&gt;
To make things clear and avoid misunderstanding, when I talk about Engineering Notation, I talk about:&lt;br&gt;
G &amp;lt;=&amp;gt; 10e9, M &amp;lt;=&amp;gt; 10e6, k &amp;lt;=&amp;gt; 10e3...&lt;br&gt;
&lt;br&gt;
So, as I don't know if Matlab knows EN, each time I use a text editor and change all these engineering suffixes. This is such a fun and so not boring task...&lt;br&gt;
My question is then:&lt;br&gt;
Is there a way to import data stored in Engineering notation format in matlab ??&lt;br&gt;
&lt;br&gt;
Thank you for your time and consideration.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Olivier</description>
    </item>
    <item>
      <pubDate>Mon, 22 Sep 2008 15:05:04 -0400</pubDate>
      <title>Re: import data from Cadence to Matlab with engineering notation format</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236345#601415</link>
      <author>Andres </author>
      <description>I'm not sure about how your data looks like exactly, but if it is text like&lt;br&gt;
&lt;br&gt;
10.2M 9.00k&lt;br&gt;
1.23G 3.14&lt;br&gt;
...&lt;br&gt;
&lt;br&gt;
you could try my text import function 'txt2mat' (file exchange) and use it's string replacement argument with&lt;br&gt;
{{'G','e9'}, {'M','e6'}, ...}&lt;br&gt;
&lt;br&gt;
I haven't checked this, and there might be other ways to import EN format (but I don't know them), so take this just as a quick guess.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
Andres</description>
    </item>
  </channel>
</rss>

