<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247884</link>
    <title>MATLAB Central Newsreader - missing data check</title>
    <description>Feed for thread: missing data check</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>Tue, 31 Mar 2009 00:10:18 -0400</pubDate>
      <title>missing data check</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247884#638829</link>
      <author>Kuo-Hsien </author>
      <description>Hi all,&lt;br&gt;
&lt;br&gt;
Are there any possibilities to process the missing data check based on the time series?!&lt;br&gt;
&lt;br&gt;
Here is the data look like as below. In this case, some data points are missing from time 600 to 2300. How to list the date and time at the missing data point? Thanks.&lt;br&gt;
&lt;br&gt;
2007	1	30	4.0033	237.58&lt;br&gt;
2007	1	100	4.0282	232.89&lt;br&gt;
2007	1	130	5.4415	257.04999&lt;br&gt;
2007	1	200	5.0331	251.24001&lt;br&gt;
2007	1	400	4.4454	244.00999&lt;br&gt;
2007	1	430	4.2275	233.69&lt;br&gt;
2007	1	500	3.2998	204.71001&lt;br&gt;
2007	1	530	2.6559	208.42&lt;br&gt;
2007	1	2330	3.7164	238.63&lt;br&gt;
2007	1	2400	4.0033	237.61&lt;br&gt;
2007	2	30	4.0033	237.58&lt;br&gt;
2007	2	100	4.0282	232.89&lt;br&gt;
:&lt;br&gt;
:</description>
    </item>
    <item>
      <pubDate>Tue, 31 Mar 2009 01:34:01 -0400</pubDate>
      <title>Re: missing data check</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247884#638842</link>
      <author>Image Analyst</author>
      <description>&quot;Kuo-Hsien&quot; &amp;lt;mchangks@hotmail.com&amp;gt; wrote in message &amp;lt;gqrn1a$boa$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Are there any possibilities to process the missing data check based on the time series?!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Here is the data look like as below. In this case, some data points are missing from time 600 to 2300. How to list the date and time at the missing data point? Thanks.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 2007	1	30	4.0033	237.58&lt;br&gt;
&amp;gt; 2007	1	100	4.0282	232.89&lt;br&gt;
&amp;gt; 2007	1	130	5.4415	257.04999&lt;br&gt;
&amp;gt; 2007	1	200	5.0331	251.24001&lt;br&gt;
&amp;gt; 2007	1	400	4.4454	244.00999&lt;br&gt;
&amp;gt; 2007	1	430	4.2275	233.69&lt;br&gt;
&amp;gt; 2007	1	500	3.2998	204.71001&lt;br&gt;
&amp;gt; 2007	1	530	2.6559	208.42&lt;br&gt;
&amp;gt; 2007	1	2330	3.7164	238.63&lt;br&gt;
&amp;gt; 2007	1	2400	4.0033	237.61&lt;br&gt;
&amp;gt; 2007	2	30	4.0033	237.58&lt;br&gt;
&amp;gt; 2007	2	100	4.0282	232.89&lt;br&gt;
&amp;gt; :&lt;br&gt;
&amp;gt; :&lt;br&gt;
--------------------------------------------------------------------------------------------------------------&lt;br&gt;
Kuo-Hsien:&lt;br&gt;
Scan the data into an array.  Then use diff() on the third column looking for any differences that are greater than largest gap you are willing to accept.&lt;br&gt;
-ImageAnalyst</description>
    </item>
  </channel>
</rss>

