MATLAB: Create a vector containing five elements such that the elements are equally spaced when you take the logarithm of the vector.

equally spacedhomework not originally tagged as homeworkno attemptvector

Create a vector containing five elements such that the elements are equally spaced when you take the logarithm of the vector.

Best Answer

You can use the logspace function.