Estadística
CLASIFICACIÓN
18.638
of 300.365
REPUTACIÓN
2
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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.
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaCheck 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 ...
alrededor de 5 años hace | 1
Pregunta
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...
alrededor de 5 años hace | 1 respuesta | 0
