Module 14 More Advanced Functions Learning Outcomes

  1. State syntax and purpose of ode45 function.
  2. State syntax and purpose of fcnchk function.
  3. Explain purpose and use of each function presented.
  4. Use ode45 to find a numeric solution to a first order ODE
  5. Use fcnchk, in a function's definition, to assign a function, passed as an argument, to a variable
  6. Use correct function above to solve programming problems.