Introduction to MATLAB for Engineers and Scientists

Main.MatlabIntroduction History

Hide minor edits - Show changes to markup

June 21, 2020, at 04:01 AM by 136.36.211.159 -
Changed lines 19-38 from:

This same tutorial is also show in a Python programming language introduction.


(:html:)

 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>

(:htmlend:)

to:

This same tutorial is also show in a Python programming language introduction.

Added lines 8-11:

(:html:) <iframe width="560" height="315" src="https://www.youtube.com/embed/waWgl7-D8GM" frameborder="0" allowfullscreen></iframe> (:htmlend:)

May 03, 2014, at 09:09 PM by 23.255.240.62 -
Changed line 9 from:

MATLAB is commercial software. Much of the same (or very similar) code will also run in the GNU Octave or other open-source packages. This course uses MATLAB but many of the examples can also be run with GNU Octave with minor modification.

to:

MATLAB is commercial software. Much of the same (or very similar) code will also run in GNU Octave or other open-source packages. This course uses MATLAB but many of the examples can also be run with GNU Octave with minor modification. A Windows OS version of GNU Octave can be obtained from SourceForge.

May 03, 2014, at 09:04 PM by 23.255.240.62 -
Added lines 6-9:

MATLAB is a high-level and general-purpose scripting language. According to the TIOBE index, it is growing in popularity as a programming language. MATLAB is especially popular in academia among scientists and engineers because of the language versatility, online community of users, and powerful add-on toolboxes.

MATLAB is commercial software. Much of the same (or very similar) code will also run in the GNU Octave or other open-source packages. This course uses MATLAB but many of the examples can also be run with GNU Octave with minor modification.

April 30, 2014, at 02:02 PM by 174.148.73.110 -
Changed lines 1-6 from:

(:title Introduction and Data Analysis with MATLAB:) (:keywords big data, data analysis, Mathworks, MATLAB, spreadsheet, nonlinear, optimization, engineering optimization, Excel, Visual Basic, university course:) (:description Data Analysis with MATLAB - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

MATLAB Data Analysis

to:

(:title Introduction to MATLAB for Engineers and Scientists:) (:keywords tutorial, introduction, MATLAB, Mathworks, university course:) (:description Introduction to MATLAB - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

MATLAB Introduction

Changed line 8 from:

<iframe width="560" height="315" src="//www.youtube.com/embed/E56egH10RJA?list=PLLBUgWXdTBDi-E--rwBujaNkTejLNI6ap" frameborder="0" allowfullscreen></iframe>

to:

<iframe width="560" height="315" src="//www.youtube.com/embed/tsgZP_D4DFQ?rel=0" frameborder="0" allowfullscreen></iframe>

Added lines 10-11:

This same tutorial is also show in a Python programming language introduction.

April 27, 2014, at 08:37 PM by 197.149.171.26 -
Changed line 1 from:

(:title Computational Tools for Engineers - Data Analysis with MATLAB:)

to:

(:title Introduction and Data Analysis with MATLAB:)

April 27, 2014, at 08:37 PM by 197.149.171.26 -
Changed line 5 from:

Spreadsheet Data Analysis

to:

MATLAB Data Analysis

April 27, 2014, at 08:36 PM by 197.149.171.26 -
April 27, 2014, at 08:36 PM by 197.149.171.26 -
Added lines 1-28:

(:title Computational Tools for Engineers - Data Analysis with MATLAB:) (:keywords big data, data analysis, Mathworks, MATLAB, spreadsheet, nonlinear, optimization, engineering optimization, Excel, Visual Basic, university course:) (:description Data Analysis with MATLAB - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

Spreadsheet Data Analysis

(:html:) <iframe width="560" height="315" src="//www.youtube.com/embed/E56egH10RJA?list=PLLBUgWXdTBDi-E--rwBujaNkTejLNI6ap" frameborder="0" allowfullscreen></iframe> (:htmlend:)


(:html:)

 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>

(:htmlend:)