Info

此问题已关闭。 请重新打开它进行编辑或回答。

command for a certain graph

1 次查看(过去 30 天)
John
John 2012-7-17
关闭: MATLAB Answer Bot 2021-8-20
Hi there,
Could somebody please tell me what the command is to produce a graph like this?
Thank you

回答(1 个)

the cyclist
the cyclist 2012-7-17
编辑:the cyclist 2012-7-17
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. :-/

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by