photo

Sreerag K


Last seen: fast 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

2 Fragen
1 Antwort

RANG
18.638
of 300.365

REPUTATION
2

BEITRÄGE
2 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Shade areas between graphs
I need to shade the areas of graph above y = 1 line and below y = -1 line. How can I do code for that. Like this one.

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Check for missing argument or incorrect argument data type in call to function 'sinc'.
x = linspace(-4*pi, 4*pi, 100) P = (3*pi)/2 plot(x, P*(sin(x)./x) + cos(x)) grid Using this instead of sinc function solved ...

etwa 5 Jahre vor | 1

Frage


Check for missing argument or incorrect argument data type in call to function 'sinc'.
x = linspace(-4*pi, 4*pi, 100) P = (3*pi)/2 plot(x, P*sinc(x) + cos(x)) grid This is my code. I am not sure why it is show...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort