photo

Sreerag K


Last seen: presque 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
18 372
of 300 392

RÉPUTATION
2

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
1

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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.

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

environ 5 ans il y a | 1

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse