I have a 2D binary matrix that I want to display as a black and white plot. For example, let\'s say I have a 4-by-4 matrix as follows:
1 1 0 1 0 0 1 0 1 1 0
Try the spy function to start with perhaps.
spy