Tank Overflow Analysis: MATLAB Programming Introduction

Main.MatlabProgram History

Hide minor edits - Show changes to output

June 21, 2020, at 04:12 AM by 136.36.211.159 -
Deleted lines 11-29:

----

(: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:)
May 14, 2014, at 10:10 PM by 10.5.113.178 -
Added lines 1-30:
(:title Tank Overflow Analysis: MATLAB Programming Introduction:)
(:keywords introduction, Python, engineering, nonlinear, optimization, engineering optimization, university course:)
(:description MATLAB Programming Introduction - Problem-Solving Techniques for Chemical Engineers at Brigham Young University:)

Below is an example problem that demonstrates whether a tank of particular dimensions will overflow with a certain amount of time. The tutorial shows how to define variables, perform volume calculations, determine whether the tank will overflow with an IF statement, and print out a message.

(:html:)
<iframe width="560" height="315" src="//www.youtube.com/embed/pFhvL9nL-sc?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)

This same example problem is also demonstrated with [[Main/VbaMacro|Visual Basic for Applications in Excel]] and in the [[Main/PythonProgram|Python programming language]]

----

(: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:)