Module 10 Sequential and Conditional Execution Learning Outcomes

  1. State syntax for accepting and using input from the user in a Matlab program.
  2. State syntax for conditional statements.
  3. Explain differences between a program script and a user-defined function.
  4. Explain the order of execution of lines of a program script.
  5. Explain difference between syntax and semantic errors.
  6. Explain purpose and use of conditional operators and statements.
  7. Trace sequential and conditional execution to determine output.
  8. Write sequential and conditional code to solve engineering problems.
  9. Use conditional statements to control which code executes.
  10. Use Input from the User to make programs more user-friendly.
  11. Analyze (find) and fix common programming errors. (Debugging)