[solved] – Question 79458
Consider the problem of finding the location of all positive elements in a 2D matrix. Write a Matlab script to solve it:
a)Using the Matlab find function (without loops).
b)Using for loop.
c)Using while loop.
d)Use the tic and toc function to compute the execution time for each code segment. Use help feature to review these two useful functions. Show a screenshot of the output and state three conclusions about this experiment.
Expert Answer
OR

