フィルターのクリア

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