Homework Help Question & Answers
5. Can I use logical conditions in a SWITCH statement? 6. Draw the information flow diagram…
5. Can I use logical conditions in a SWITCH statement?
6. Draw the information flow diagram (flowchart) for a FOR loop
7. Can the looping variable in a FOR loop be a decimal number such as 2.3 ?
8. Does the looping variable in a FOR loop always have to start from 1 ?
9. Why would someone use a WHILE loop instead of a FOR loop?
10. How can I check the time elapsed to execute a set of statements?
11. What is the difference between BREAK and CONTINUE?
12. How does MATLAB know that a control statement (such as IF-ELSE, FOR, etc) has ended?
Add a comment