<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768</link>
    <title>MATLAB Central Newsreader - M-files, GUI or SIMULINK?</title>
    <description>Feed for thread: M-files, GUI or SIMULINK?</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, 02 Nov 2009 17:05:33 -0500</pubDate>
      <title>M-files, GUI or SIMULINK?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768#691545</link>
      <author>Jane </author>
      <description>If you were developing a prototype set of algorithms for essentially a signal processing process, where you want to easily alter settings and try different sequencing combinations and different combinations of processing techniques etc.  Would you control this model though a series of m-files, write a GUI or use Simulink?&lt;br&gt;
&lt;br&gt;
In the past I have always used the first two methods and found them to work fine for me.  But then they were only developed fo me to use!  &lt;br&gt;
&lt;br&gt;
What I need to develop now will be used as an industrial tool, to be used by different people so needs to be straightforward and useful to use.&lt;br&gt;
&lt;br&gt;
I've also never used Simulink and am wondering if it's worth the time to learn.&lt;br&gt;
&lt;br&gt;
Thanks in advance for your advice</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 17:27:02 -0500</pubDate>
      <title>Re: M-files, GUI or SIMULINK?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768#691774</link>
      <author>Jane </author>
      <description>Doesn't anyone have an opinion?</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 17:41:02 -0500</pubDate>
      <title>Re: M-files, GUI or SIMULINK?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768#691777</link>
      <author>Matt Fig</author>
      <description>I have written many GUIs that are primarily used by others.  What is the problem with that, as long as the GUIs are well written?</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 18:05:21 -0500</pubDate>
      <title>Re: M-files, GUI or SIMULINK?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768#691783</link>
      <author>Jane </author>
      <description>&quot;Matt Fig&quot; &amp;lt;spamanon@yahoo.com&amp;gt; wrote in message &amp;lt;hcppve$m5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have written many GUIs that are primarily used by others.  What is the problem with that, as long as the GUIs are well written?&lt;br&gt;
&lt;br&gt;
Nothing at all.  GUI's are very good tools.  I'm in the process of developing one now for the company.  &lt;br&gt;
&lt;br&gt;
When I mentioned code being developed for me to use I was referring to the m-files I have written to control a sequence of about 15 functions where I was altering their parameters and the sequence they operated in to find the optimal combination.  It was a mess! &lt;br&gt;
&lt;br&gt;
I guess what I was primarily looking for was information on whether SIMULINK offers a more dynamic and useful system for protyping than creating a GUI offers.  &lt;br&gt;
&lt;br&gt;
I have not used simulink before and was wondering if the benifits were worth investing the time to learn how to use it.</description>
    </item>
    <item>
      <pubDate>Tue, 03 Nov 2009 23:40:19 -0500</pubDate>
      <title>Re: M-files, GUI or SIMULINK?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264768#691879</link>
      <author>Guy Rouleau</author>
      <description>&quot;Jane &quot; &amp;lt;j.l.terry@hotmail.co.uk&amp;gt; wrote in message &amp;lt;hcprd1$1fp$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Matt Fig&quot; &amp;lt;spamanon@yahoo.com&amp;gt; wrote in message &amp;lt;hcppve$m5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I have written many GUIs that are primarily used by others.  What is the problem with that, as long as the GUIs are well written?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Nothing at all.  GUI's are very good tools.  I'm in the process of developing one now for the company.  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; When I mentioned code being developed for me to use I was referring to the m-files I have written to control a sequence of about 15 functions where I was altering their parameters and the sequence they operated in to find the optimal combination.  It was a mess! &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I guess what I was primarily looking for was information on whether SIMULINK offers a more dynamic and useful system for protyping than creating a GUI offers.  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have not used simulink before and was wondering if the benifits were worth investing the time to learn how to use it.&lt;br&gt;
&lt;br&gt;
Simulink is The MathWorks tool for Model-Based Design. It has many features to help managing a project going form an idea, the algorithm design in simulation and finally to generating C code that will run in real time on embedded processor. &lt;br&gt;
&lt;br&gt;
So it depends on what you really need. Simulink is made to simulate systems response over time using an ODE solver. You give input signals and conditions, set parameters, you simulate and see how it behaves.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;Personally I always understand better an algorithm when it is implemented graphically in Simulink (using subsystems in a logical way that fits with the real physical system to be simulated) than in code.</description>
    </item>
  </channel>
</rss>

