how to make a boxplot of z(x)?
2 ビュー (過去 30 日間)
古いコメントを表示
I have 3 dataset.
Month, Height, Temperature. I was able to plot,
scatter(month,height,10,temperature);
I will like to know how to plot:
For each month, How can I make boxplot of temperature with respect to height?
0 件のコメント
回答 (1 件)
Hiro Yoshino
2020 年 1 月 16 日
check up how to use the function:
boxplot(temperature, height);
would work for you.
参考
カテゴリ
Help Center および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!