Can anyone help me on How to get sine and cosine plot of the variable,between -2pi to 2pi . .

 Akzeptierte Antwort

KSSV
KSSV am 4 Feb. 2021

1 Stimme

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.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 4 Feb. 2021

Beantwortet:

am 4 Feb. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by