<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>drEEM toolbox for MATLAB</title>
    <description>drEEM toolbox for MATLAB
</description>
    <link>http://dreem.openfluor.org/</link>
    <atom:link href="http://dreem.openfluor.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 08 Apr 2026 13:58:27 +0000</pubDate>
    <lastBuildDate>Wed, 08 Apr 2026 13:58:27 +0000</lastBuildDate>
    <generator>Jekyll v3.2.1</generator>
    
      <item>
        <title>About the Horiba Aqualog SampleQ automatic processing &amp; exporting feature</title>
        <description>&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many laboratories focussing on Dissolved Organic Matter (DOM) are using a Horiba Aqualog for their absorbance and fluorescence measurements. Judging by the workshops we host, it is the most-used instrument in the community. Amongst the users of the instrument, quite a few use it in connection with an autosampler or by using the SampleQ feature. I myself like the SampleQ feature and use it extensively whenever it makes sense (i.e. makes my life easier). This post addresses the functionality to automate processing and export. I argue that this particular instrument-software feature should be avoided in its current form if you’re planning to do anything but a quick inspection of your measurements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The issues&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Have you ever used this feature? Don’t know? Well, if your files end in &lt;code class=&quot;highlighter-rouge&quot;&gt;ABS.dat&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;PEM.dat&lt;/code&gt;, then you have used this feature yourself. Ok, but what are the issues?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Lack of FAIRness&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The files produced by the software’s SampleQ functionality all end in the same file patterns. And they all contain either absorbance data or fluorescence data. But no descriptions beyond that. Wavelength and data; that’s it. Good, that makes them easy to import. But Imagine you retrieve those files i some weeks, months, or years. Or you inherit the files from a group member that left for another job. But without their extensive lab notebook. Can you tell from the files how they were processed (blanks, IFEs, normalization, scatter)? Spoiler: No you can’t. Well, you can guess. But in some cases, it is hard to tell. And do you want to guess if you’re trying to reuse these data in a project?&lt;/p&gt;

&lt;p&gt;For example, you won’t be able to tell if the blanks were good (if those got subtracted) or if your scatter excision settings were adequate (if you decided to cut scatter). We run PARAFAC workshops on a regular basis and see contaminated blanks &lt;em&gt;every&lt;/em&gt; time. In the end you’ll wonder why your PARAFAC components look strange and settle for a model with few components because it’s the only stable model. But how frustrating is it that you never had a chance to get more components in the first place because your automatically subtracted blank was contaminated? Not to mention that your fluorescence intensities are offset due to that contaminated blank. Not great for global comparisons.&lt;/p&gt;

&lt;p&gt;As authors of a toolbox in MATLAB, we often get criticism for supporting a software with closed-source code with expensive licensing policies. But the drEEM toolbox code is open and documented and it documents in great detail when and how a step was performed. The same cannot be said of the features you use in the SampleQ functionality because the files don’t show the information. But all of this functionality can be implemented using open source software. I argue that you can and should use drEEM or staRdom instead of sampleQ.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Lack of consistency in the exported files&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We receive support requests from users with SampleQ-type files on a somewhat regular basis. File imports fail and the obvious culprit is the importing software toolbox, not the exporing instrument software, right?&lt;/p&gt;

&lt;p&gt;With drEEM-2, we tried to simplify the topic of data import. We use the newer MATLAB functions (readmatrix, or readtable) that are quite smart in finding the boundaries of your files. You used to have to provide this information (“A1..B189”). But when you reuse scripts, these inputs are easy to overlook and will import strange scans if you changed resolution or wavelength coverage.&lt;/p&gt;

&lt;p&gt;The import functions of drEEM-2 look at the first file in sequence, identify the boundaries, and then check all subsequent files for their boundaries. If there are mismatches, files will be excluded from the import to catch errors preemptively. Que the SampleQ functionality: During the processing, it will sometimes identify measurements as having produced non-sense data (e.g. absorbance too high). It will then decide to export empty cells. Not necessarily a problem, right? Except this often happens at the edges of your measurements, e.g. at short excitation. The import scripts then get confused by the empty cells and MATLAB has a hard time automatically detecting the file boundaries. End result: You see an error during the import and get frustrated. It’s the first step with this new unknown toolbox and an error right at the start is, well, not a strong start.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The solution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don’t use the automatic export function to produce processed &lt;code class=&quot;highlighter-rouge&quot;&gt;ABS.dat&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;*PEM.dat&lt;/code&gt; files. Instead, only produce the &lt;code class=&quot;highlighter-rouge&quot;&gt;*.ogw&lt;/code&gt; files. These can be opened in the software or even Origin Pro if you don’t have the AquaLog software on hand. You can export these measurements using the more reliable “Export HJY data” function. If you read in these files, you can use the default options of &lt;code class=&quot;highlighter-rouge&quot;&gt;importeems&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;importabsorbance&lt;/code&gt;, and I have yet to spot errors other than the occasional mismatch in the wavelength coverage that comes from using different settings.&lt;/p&gt;

&lt;p&gt;Using this HJY export function, you blanks are always paired with your sample, and the processing is completely left to you, the expert. You’ll produce better processed EEMs and CDOM spectra and the drEEM toolbox will automatically document everything for you. We’re working hard on improving features that increase FAIRness and you’ll future-proof your own analysis pipeline by opting this way.&lt;/p&gt;
</description>
        <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/information/2026/03/20/sampleQ.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/information/2026/03/20/sampleQ.html</guid>
        
        <category>import</category>
        
        
        <category>information</category>
        
      </item>
    
      <item>
        <title>drEEM version 2 update</title>
        <description>&lt;p&gt;We’ve been keeping a monthly update schedule to iron out some small bugs and improve the functionality of drEEM-2. The September update (version 2.25.09) mainly fixes some inconsistencies with the toolbox’s custom documentation.
Otherwise, internal reorganization of files that improve the future stability of the toolbox.&lt;/p&gt;

&lt;p&gt;Download as always via &lt;a href=&quot;https://se.mathworks.com/matlabcentral/fileexchange/162526-dreem-toolbox/&quot;&gt;MATLAB File Exchange&lt;/a&gt;. If you’re interested in details, the changelog is &lt;a href=&quot;https://gitlab.com/dreem/dreem-2/-/releases/2.25.09&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We are very actively developing new features for the toolbox now that a stable basis is there.&lt;/p&gt;

&lt;p&gt;The update-check feature is now fully working and will notify users about updates when they become available!&lt;/p&gt;

&lt;p&gt;Happy PARAFACing!
Urban&lt;/p&gt;
</description>
        <pubDate>Tue, 02 Sep 2025 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/information/2025/09/02/drEEMupdate.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/information/2025/09/02/drEEMupdate.html</guid>
        
        <category>update</category>
        
        
        <category>information</category>
        
      </item>
    
      <item>
        <title>drEEM version 2 released!</title>
        <description>&lt;p&gt;The first release of the new drEEM toolbox version 2 is now published.&lt;/p&gt;

&lt;h2 id=&quot;i-want-to-try-it-but&quot;&gt;I want to try it but…&lt;/h2&gt;

&lt;p&gt;Don’t worry, it’s super easy to try the new toolbox! You can try it out using Matlab online (see below). You don’t even need to have MATLAB installed on your own computer. Trying it out doesn’t even require a payed license (just a free MathWorks account).&lt;/p&gt;

&lt;h2 id=&quot;how-do-i-get-the-toolbox&quot;&gt;How do I get the toolbox?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://se.mathworks.com/matlabcentral/fileexchange/162526-dreem-toolbox/&quot;&gt;
    &lt;img src=&quot;//dreem.openfluor.org/assets/file_exchange_badge.png&quot; class=&quot;responsive-image&quot; alt=&quot;MATLAB File Exchange&quot; style=&quot;width: 40%;&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://matlab.mathworks.com/open/github/v1?repo=urbanwuensch/drEEM-online&amp;amp;file=doc/GettingStartedOnline.mlx&quot;&gt;
    &lt;img src=&quot;//dreem.openfluor.org/assets/matlab-online.png&quot; class=&quot;responsive-image&quot; alt=&quot;MATLAB File Exchange&quot; style=&quot;width: 40%;&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;whats-changed&quot;&gt;What’s changed?&lt;/h2&gt;

&lt;p&gt;The toolbox is much easier to use with many graphical user interfaces, function input help, meaningful error messages, and nicely formatted documentation.&lt;/p&gt;

&lt;p&gt;While many functions have changed, the toolbox comes with a guide and many examples that you can use to get friendly with the new way of doing things.&lt;/p&gt;

&lt;h2 id=&quot;read-more-here&quot;&gt;Read more here:&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://se.mathworks.com/matlabcentral/fileexchange/162526-dreem-toolbox?s_tid=ta_fx_results&quot;&gt;File Exchange&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://gitlab.com/dreem/dreem-2/-/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 31 Jul 2025 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/information/2025/07/31/drEEMversion2.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/information/2025/07/31/drEEMversion2.html</guid>
        
        <category>update</category>
        
        
        <category>information</category>
        
      </item>
    
      <item>
        <title>drEEM upgrade!</title>
        <description>&lt;p&gt;It’s been a while since the last significant update of drEEM. Today, we’re happy to share that a completely overhauled drEEM toolbox is publicly available for download!
Why upgrade?&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;It’s free (as always!)&lt;/li&gt;
  &lt;li&gt;Most tasks are have been reduced to one line of code.&lt;/li&gt;
  &lt;li&gt;GUI support for tasks that are vital for producing good data&lt;/li&gt;
  &lt;li&gt;Easy export of data for open data publishing.&lt;/li&gt;
  &lt;li&gt;Standardized dataset objects and because of that: Much, much more meaningful error messages!&lt;/li&gt;
  &lt;li&gt;If you like object-oriented programming, you’ll love this update!&lt;/li&gt;
  &lt;li&gt;Many, many more improvements and new features.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For the moment, the toolbox is available on &lt;a href=&quot;https://gitlab.com/dreem/dreem-2/-/archive/main/dreem-2-main.zip&quot;&gt;Gitlab&lt;/a&gt; but there is no formal release version yet. Feel free to download and test.&lt;/p&gt;
</description>
        <pubDate>Mon, 14 Jul 2025 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/information/2025/07/14/version2online.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/information/2025/07/14/version2online.html</guid>
        
        <category>update</category>
        
        
        <category>information</category>
        
      </item>
    
      <item>
        <title>Newsletter offering</title>
        <description>&lt;p&gt;We have added an option to sign up for newsletters to allow users to receive updates and announcements regarding our toolbox. Sign up by clicking on the Newsletter link in the header of the toolbox website!&lt;/p&gt;
</description>
        <pubDate>Wed, 27 Mar 2024 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/information/2024/03/27/newsletter.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/information/2024/03/27/newsletter.html</guid>
        
        <category>newsletter</category>
        
        
        <category>information</category>
        
      </item>
    
      <item>
        <title>Bug fix in drEEM</title>
        <description>&lt;p&gt;we’ve recently pushed an update of the toolbox to fix a new compatibility issue with Matlab R2022a. If you updated to this version and want to use drEEM, it’s important to update drEEM as well since you will be unable to access the Matlab documentation while drEEM is on the Matlab path.&lt;/p&gt;

&lt;p&gt;You can download v0.6.5 &lt;a href=&quot;https://gitlab.com/dreem/drEEM/-/archive/0.6.5/drEEM-0.6.5.zip&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To update (if drEEM is already installed), simply execute &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; without providing any input to the function. &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; downloads the newest release and installs it properly. This will only work on drEEM v0.6.0 or newer.&lt;/p&gt;

&lt;p&gt;The changes are as follows:&lt;/p&gt;
&lt;h3 id=&quot;v065&quot;&gt;v0.6.5&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Modifications:
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;associatemetadata&lt;/code&gt;: Bugfix, suppress error message when metadata table contains more entries than the dataset itself.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;N-Way toolbox&lt;/code&gt;: Removed incompatible file &lt;code class=&quot;highlighter-rouge&quot;&gt;info.xml&lt;/code&gt; to prevent error messages when accessing any documentation in Matlab (since R2022a). Renamed &lt;code class=&quot;highlighter-rouge&quot;&gt;contents.m&lt;/code&gt; to prevent similar issues.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/news/2022/04/19/dreemupdate.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/news/2022/04/19/dreemupdate.html</guid>
        
        <category>update</category>
        
        <category>toolbox</category>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title> Course announcement: Parallel Factor Analysis for DOM fluorescence</title>
        <description>&lt;h2 id=&quot;register-now-for-our-2022-online-parafac-course&quot;&gt;Register now for our 2022 online PARAFAC course&lt;/h2&gt;

&lt;p&gt;Are you interested in learning more about PARAFAC analysis of organic matter fluorescence datasets? We are running our online course Parallel Factor Analysis for DOM fluorescence between January 31st and February 25th 2022.&lt;/p&gt;

&lt;p&gt;For general information on the course, head over to our &lt;a href=&quot;https://dreem.gitlab.io/coursepage/&quot;&gt;course website&lt;/a&gt;. If you’re missing important information, just send us an &lt;a href=&quot;mailto:dreem@openfluor.org&quot;&gt;email&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Registrations start on November 17th 2021 and end on January 17th 2022. We’re offering an early-bird discount until December 15th 2021. Take a look at the course website for more information.&lt;/p&gt;

&lt;p&gt;If you are a student, you can obtain credits for your participation through Chalmers University of Technology (link to &lt;a href=&quot;https://www.chalmers.se/sv/forskning/forskarutbildning/doktorandkurser/Sidor/institutionernas-doktorandkurser.aspx?course=FBOM116&quot;&gt;course page&lt;/a&gt;).&lt;/p&gt;
</description>
        <pubDate>Tue, 16 Nov 2021 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/news/2021/11/16/courseanouncement.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/news/2021/11/16/courseanouncement.html</guid>
        
        <category>course</category>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>Common issue for drEEM 0.6.x with older Matlab</title>
        <description>&lt;p&gt;When using &lt;code class=&quot;highlighter-rouge&quot;&gt;eemreview&lt;/code&gt; (v0.5 or older) with Matlab R2018b (or older), you may come across this string of error messages when hitting the “spectra” button:&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;Dot indexing is not supported for variables of this type. 

Error in ginput&amp;gt;setupFcn (line 221) 
    initialState.toolbarVisible{1} = tb.Visible; 

Error in ginput (line 60) 
    initialState = setupFcn(fig); 

Error in eemreview&amp;gt;init_exemmview (line 362) 
[x,y]=ginput(1); 

Error using uiwait (line 81) 
Error while evaluating UIControl Callback. 
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;This error originates in a Matlab-internal function that produces the error and we have therefore no control over fixing the issue. But there is good news – it is only an issue for older Matlab versions. When we verify a release of the drEEM toolbox, we use the latest Matlab version at the time. The issue above is solved with a Matlab update to the latest version. We highly recommend updating Matlab regularly, especially when switching to a newer version of drEEM.&lt;/p&gt;
</description>
        <pubDate>Fri, 05 Mar 2021 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/bugs/2021/03/05/bugfix.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/bugs/2021/03/05/bugfix.html</guid>
        
        <category>bug</category>
        
        <category>toolbox</category>
        
        
        <category>bugs</category>
        
      </item>
    
      <item>
        <title>Bug fix in drEEM</title>
        <description>&lt;p&gt;Yet another minor update ironing out bugs. You can download v0.6.2 &lt;a href=&quot;https://gitlab.com/dreem/drEEM/-/archive/0.6.2/drEEM-0.6.2.zip&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To update, simply execute &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; without providing any input to the function. &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; downloads the newest release and installs it properly. This will only work on drEEM v0.6.0 or newer.&lt;/p&gt;

&lt;p&gt;The changes are as follows:&lt;/p&gt;
&lt;h3 id=&quot;v062&quot;&gt;v0.6.2&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Modifications:
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;outliertest&lt;/code&gt;: Fixed R2020b compatibility and spelling mistake.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;handlescatter&lt;/code&gt;: Fixed behaviour for selective scatter excision &amp;amp; interpolation.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;checkdataset&lt;/code&gt;: Fixed displaying message when no models are in the structure.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;splitanalysis&lt;/code&gt;: Fixed a bug in the non-parallel function execution (thanks to Morimaru Kida)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Fri, 09 Oct 2020 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/news/2020/10/09/dreemupdate.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/news/2020/10/09/dreemupdate.html</guid>
        
        <category>update</category>
        
        <category>toolbox</category>
        
        
        <category>news</category>
        
      </item>
    
      <item>
        <title>Minor update to drEEM</title>
        <description>&lt;p&gt;After the release of v0.6.0, we’ve ironed out some minor bugs in drEEM and released a new version.
You can download v0.6.1 &lt;a href=&quot;https://gitlab.com/dreem/drEEM/-/archive/0.6.1/drEEM-0.6.1.zip&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To update from 0.6.0, simply execute &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; without providing any input to the function. &lt;code class=&quot;highlighter-rouge&quot;&gt;getdreem&lt;/code&gt; downloads the newest release and installs it properly.&lt;/p&gt;

&lt;p&gt;The changes are as follows:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Modifications&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;splitanalysis&lt;/code&gt;: Bugfix in input argument parsing. Now works as documented. 0.6.0 had &lt;code class=&quot;highlighter-rouge&quot;&gt;it&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;constraints&lt;/code&gt; switched.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;handlescatter&lt;/code&gt;: Bugfix. Smoothing now works as expected (previously interpolation was done for all types and ignored the user input in opt.interpolate).&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;modelout&lt;/code&gt; &amp;amp; &lt;code class=&quot;highlighter-rouge&quot;&gt;modeloutmac&lt;/code&gt;: Bugfix in drEEM version reporting &amp;amp; &lt;code class=&quot;highlighter-rouge&quot;&gt;.Smooth&lt;/code&gt; handling. Support for &lt;code class=&quot;highlighter-rouge&quot;&gt;handlescatter&lt;/code&gt; added (no error message as in 0.6.0)&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;assembledataset&lt;/code&gt;: Added .i as a standard field to the function output to ensure compatibility with &lt;code class=&quot;highlighter-rouge&quot;&gt;checkdataset&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;New&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;modelexport&lt;/code&gt;: Based on &lt;code class=&quot;highlighter-rouge&quot;&gt;modelout&lt;/code&gt;, but works faster and is platform independent.
 This function may require Matlab R2019a or newer to work properly.&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 01 Oct 2020 00:00:00 +0000</pubDate>
        <link>http://dreem.openfluor.org/news/2020/10/01/dreemupdate.html</link>
        <guid isPermaLink="true">http://dreem.openfluor.org/news/2020/10/01/dreemupdate.html</guid>
        
        <category>update</category>
        
        <category>toolbox</category>
        
        
        <category>news</category>
        
      </item>
    
  </channel>
</rss>
