how will i arrange the matrix?

a=[4 6 4; 3 7 9; 3 0 1; 4 7 9;0 1 3]
The entropy value is 0.5665
I want to reduce the entropy after arranging the a?

3 件のコメント

Jos (10584)
Jos (10584) 2014 年 3 月 5 日
How do you calculate the entropy? And how would you like to arrange a (swap rows only, columns only, or all)?
Roger Stafford
Roger Stafford 2014 年 3 月 5 日
編集済み: Roger Stafford 2014 年 3 月 5 日
No matter what base is used for the logarithm, the entropy I compute for your matrix does not come out as 0.5665 . Moreover, the computed entropy is always independent of how the matrix may be rearranged. For that reason it is important that you tell us what definition you use in computing the entropy of such a matrix that makes it dependent on arrangement.
Anusha
Anusha 2014 年 3 月 10 日
just execute the command
entropy(a) in workspace

回答 (1 件)

David Sanchez
David Sanchez 2014 年 3 月 5 日

0 投票

Sort you matrix using the built-in function sort:
doc sort

この質問は閉じられています。

質問済み:

2014 年 3 月 5 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by