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!