How do I create this graph with a blue bottom filling in MATLAB?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mpho bosupeng
el 14 de Dic. de 2022
Comentada: mpho bosupeng
el 15 de Dic. de 2022
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.
0 comentarios
Respuesta aceptada
Dyuman Joshi
el 14 de Dic. de 2022
x=0:0.01:15;
y=sin(x)+pi*x/5;
area(x,y,'FaceColor', 'c', 'EdgeColor', 'b')
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!