- #1
RobertLeo
- 1
- 0
I need to design a matrix of running variables (m x n) that displays an array of ones and zeros in the following order;
1 0 1 0
1 0 1 0
1 0 1 0
1 0 1 0
and
1 0 1 0
0 1 0 1
1 0 1 0
0 1 0 1
So the values of m and n can be any value.
Any suggestions?
Thanks
1 0 1 0
1 0 1 0
1 0 1 0
1 0 1 0
and
1 0 1 0
0 1 0 1
1 0 1 0
0 1 0 1
So the values of m and n can be any value.
Any suggestions?
Thanks