A function that outputs multiple plots?

7 visualizaciones (últimos 30 días)
alpedhuez
alpedhuez el 13 de Ag. de 2020
Comentada: alpedhuez el 13 de Ag. de 2020
  4 comentarios
alpedhuez
alpedhuez el 13 de Ag. de 2020
Let me work on it.

Iniciar sesión para comentar.

Respuesta aceptada

hosein Javan
hosein Javan el 13 de Ag. de 2020
function plotoutput()
x = 1:10;
y = x.*x;
plot(x,y)
when you call the function, it shows a figure.
  3 comentarios
alpedhuez
alpedhuez el 13 de Ag. de 2020
Let me work on it.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by