Pareto chart in matlab for N x M matrix
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (2개)
ANKUR KUMAR
2018년 9월 28일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!