Filter löschen
Filter löschen

Plotting -3|siny|

2 Ansichten (letzte 30 Tage)
Bimal Bhattarai
Bimal Bhattarai am 22 Jun. 2019
Kommentiert: infinity am 23 Jun. 2019
My code is showing error in the x=-3abs(siny) part. Please Help
y=-pi:0.1:pi;
x=-3abs(siny);
plot (y,x);
  2 Kommentare
dpb
dpb am 23 Jun. 2019
Why not move your Comment to an Answer???
infinity
infinity am 23 Jun. 2019
Hello,
You are right. I have changed it to the answer.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

infinity
infinity am 23 Jun. 2019
it should be like that
x=-3*abs(sin(y));

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by