필터 지우기
필터 지우기

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