Borrar filtros
Borrar filtros

How do I create this graph with a blue bottom filling in MATLAB?

1 visualización (últimos 30 días)
Hello Experts,
How do I create this graph with a blue bottom filling in MATLAB? This one was created in MATHEMATICA.

Respuesta aceptada

Dyuman Joshi
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)

Categorías

Más información sobre Graphics Performance en Help Center y File Exchange.

Etiquetas

Productos


Versión

R12.1

Community Treasure Hunt

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

Start Hunting!

Translated by