Pareto chart in matlab for N x M matrix
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi Suppose i have a NxM matrix and i want to analysis the data using Pareto chart. What approach do i have to take in-order to achieve this. Thank You
0 commentaires
Réponses (2)
ANKUR KUMAR
le 28 Sep 2018
What do you mean by this "What approach do i have to take in-order to achieve this"? If you have M*N matrix, then you can change to row matrix and plot pareto chart.
A=randi(20,10,10);
pareto(A(:))
0 commentaires
Voir également
Catégories
En savoir plus sur Parallel Computing 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!