Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

command for a certain graph

1 visualizzazione (ultimi 30 giorni)
John
John il 17 Lug 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi there,
Could somebody please tell me what the command is to produce a graph like this?
Thank you

Risposte (1)

the cyclist
the cyclist il 17 Lug 2012
Modificato: the cyclist il 17 Lug 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. :-/

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by