Give some examples of when you would need to use a counted loop in MATLAB, and when you would not
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:5| Question number:31.5
All Answers
total answers (1)
When you need to prompt the user for values a specified
number of times
Using subplot to vary a plot (e.g., sin(x), sin(2x),
sin(3x), etc.)
When NOT to use: when performing any operation or
function on an array (vector or matrix)
need an explanation for this answer? contact us directly to get an explanation for this answer