Q:

Create a vector x which consists of 20 equally spaced points in the range from – to +. Create a y vector which is sin(x)

0

 Create a vector x which consists of 20 equally spaced points in the range from         

Create a y vector which is sin(x).

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 x = linspace(-pi,pi,20);
 y = sin(x);

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now