how to make a boxplot of z(x)?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Hiro Yoshino
le 16 Jan 2020
check up how to use the function:
boxplot(temperature, height);
would work for you.
Voir également
Catégories
En savoir plus sur Scatter Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!