Question

What does the following MATLAB function do? log2(x)
a. returns the value of base-2 logarithm of x.
b. returns the value of base-10 logarithm of 2 and assigns it to x.
c. returns the value of common log of 2x.
d. returns the value of natural logarithm of 2 and assigns it to x.

Answer

This answer is hidden. It contains 1 characters.