]> Module 10 Conditional and Iterative Control Learning Outcomes

Module 10 Conditional and Iterative Control Learning Outcomes

  1. Know syntax for accepting and using file input and input from the user in a Matlab program.
  2. Know syntax for conditional and iterative statements.
  3. Explain differences between a program script and a user-defined function.
  4. Explain difference between syntax and semantic errors.
  5. Explain purpose and use of conditional operators and statements.
  6. Explain purpose and use of iterative statements.
  7. Explain purpose and use of MATLAB's debugging tools.
  8. Write conditional and iterative code to solve engineering problems.
  9. Trace conditional and iterative execution to determine output.
  10. Read data from a file and use in a program.
  11. Analyze (find) and fix common conditional and iterative programming errors. (Debugging)
  12. Use nested conditionals (if stmts) to make complex decisions.
  13. Use nested iterations (loops) to create and process matrices and data files.
  14. Combine use of conditionals and iterations to solve complex problems.