Effacer les filtres
Effacer les filtres

how can i count a cell in a randi vector

2 vues (au cours des 30 derniers jours)
adir weiser
adir weiser le 22 Juil 2018
Modifié(e) : Paolo le 22 Juil 2018
hi, i have a randi vector like: randi(4,1,50). and i need to count who much time the number '1' appear in my vector. as well the number '2' and '3' and '4'
thanks alot

Réponses (1)

Paolo
Paolo le 22 Juil 2018
Modifié(e) : Paolo le 22 Juil 2018
histcounts(randi(4,1,50))
The output of the function is the occurrences of numbers one to four respectively.

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox 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!

Translated by