フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Boxplot as a Variable

1 回表示 (過去 30 日間)
William D
William D 2020 年 5 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
when using boxplot as variable, as follows...
z = boxplot(x)
where x is a simple vector of random data, what is the meaning of the outputs in the vector 'z'. For example, using a a 1 by 15 vector for x, the out put is a 7 by 1 vector.
x = [13, 9, 18, 15, 14, 21, 7, 10, 11, 20, 5, 18, 37, 16, 17];
z =
0.0006
1.0006
2.0006
3.0006
4.0006
5.0006
6.0006
what are these values?

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 5 月 23 日
you are using r2014a or earlier and those numbers are the graphics handle identifiers for the line objects that were created for the boxplot. You can get(z) to examine the objects

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by