Trouble with displaying gra
Afficher commentaires plus anciens
Here is my code:
A = load('Data.txt');
histogram(A)
scatterplot(A)
boxplot(A)
(A is a text file of 20 random numbers.)
I need Matlab to show all three of the diagrams, but it only shows two. I am totally new at Matlab, and I have no clue what is incorrect about this code. Anyone know what I did wrong?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

