Entries from April 2009

April 17, 2009

How do I solve a nonlinear equation that needs to be setup in MATLAB?

Many students ask me how do I do this or that in MATLAB. So I thought why not have a small series of my next few blogs do that. In this blog, I show you how to solve a nonlinear equation that needs to be set up.
For example to find the depth ‘x’ [...]

April 11, 2009

How do I solve a nonlinear equation in MATLAB?

Many students ask me how do I do this or that in MATLAB.  So I thought why not have a small series of my next few blogs do that.  In this blog, I show you how to solve a nonlinear equation.
The MATLAB program link is here.
The HTML version of the MATLAB program is here.
%% HOW [...]

April 3, 2009

How do I integrate a discrete function in MATLAB?

Many students ask me how do I do this or that in MATLAB.  So I thought why not have a small series of my next few blogs do that.  In this blog, I show you how to integrate a discrete function.
The MATLAB program link is here.
The HTML version of the MATLAB program is here.
_____________________________________________________
%% HOW [...]