Plotting values for binary pso

Hi,
I'm developing a program for binary PSO. I'm trying to illustrate the particles movement. But I don't know how to implement it since the particles in binary PSO do not have coordinates like standard PSO have. I have the binary values as follow for one particle. Each column is the iteration. How can I plot the location of this particle? Many thanks.
0 1 0 0 1 0 0 1 0 0 1 0 1
0 1 0 0 1 1 0 0 1 1 1 1 1
0 1 0 0 0 0 1 0 1 0 1 0 0
0 0 0 0 1 0 1 0 1 1 0 1 1
1 0 1 0 0 1 0 1 0 0 1 0 1
0 0 0 1 0 0 0 0 0 0 0 0 1
1 1 1 1 1 1 1 1 1 1 1 1 1
0 0 1 0 1 1 0 0 0 0 0 0 1
1 1 1 1 1 0 1 0 0 1 0 0 0
0 1 0 0 0 1 0 0 0 0 0 0 1
1 0 1 1 0 0 1 1 0 1 1 1 1
0 0 0 0 0 0 1 0 0 0 0 1 0
1 1 1 1 1 1 1 0 1 1 0 1 1
1 1 0 0 0 1 0 1 0 1 0 0 0

回答 (1 件)

Ali Alaa
Ali Alaa 2018 年 4 月 17 日

0 投票

If you figured out please share it out with me because i'm cant figure it out yet.

カテゴリ

質問済み:

2015 年 8 月 4 日

回答済み:

2018 年 4 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by