Pareto chart in matlab for N x M matrix

1 回表示 (過去 30 日間)
Kaushal Kishore
Kaushal Kishore 2018 年 9 月 28 日
回答済み: ANKUR KUMAR 2018 年 9 月 28 日
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

回答 (2 件)

ANKUR KUMAR
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(:))

Basil C.
Basil C. 2018 年 9 月 28 日
編集済み: Basil C. 2018 年 9 月 28 日
Did you try by converting the NxM matrix into an array having all the N*M elements and the use the pareto function?
Need a bit of clarity on what you actually need.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by