Exam (elaborations)
MATLAB || with 100% Correct Answers.
- Course
- Institution
linspace correct answers Creates a linearly spaced vector: example: (numbers from 2 to 4 in 3 digits equally spaced) >>linspace(2,4,3) 2 3 4 logspace correct answers creates a logarithmically spaced vector example:(numbers from 10^1 to 10^2 in 2 digits) >>logspace(1,2,2) 10 1...
[Show more]