Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

command for a certain graph

1 visualización (últimos 30 días)
John
John el 17 de Jul. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi there,
Could somebody please tell me what the command is to produce a graph like this?
Thank you

Respuestas (1)

the cyclist
the cyclist el 17 de Jul. de 2012
Editada: the cyclist el 17 de Jul. de 2012
That is a box plot.
>> boxplot(randn(50,10))
For future reference, code for creating many types of MATLAB plots can be found here: http://www.mathworks.com/discovery/gallery.html. Although, strangely, I do not see a simple box plot here. :-/

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by