Sine and Cosine plot

1 次查看(过去 30 天)
imT16
imT16 2021-2-4
回答: KSSV 2021-2-4
Can anyone help me on How to get sine and cosine plot of the variable,between -2pi to 2pi . .

采纳的回答

KSSV
KSSV 2021-2-4
It is your Home work which is really simple. And you should do it. Here are the hints.
  1. Define intial value x0 = -2*pi ;
  2. Define final value x1 = +2*pi ;
  3. Use linspace. Read about it. Create the required vector x.
  4. Use the functions sin(x) for sin and cos(x) for cos.
  5. Use plot to plot the required. Read about plot.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by