Using a built-in function, create a vector vec which consists of 20 equally spaced points in the range from –pi to +pi
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:2| Question number:5.2
All Answers
total answers (1)
vec = linspace(0,2*pi,50);
need an explanation for this answer? contact us directly to get an explanation for this answer