antiseptic
Bioengineer
- Jan 15, 2003
- 11
hi all
i wish to plot a "boolean" matrix on a 2D surface, not like "mesh" or "surf", rather like a non-connected plot
something like
______________________
| * * |
| * |
| * * |
| * |
| * |
| * * |
|_______________*______|
where the matrix should be something like
( 0 0 1 0 0 1 0 1 0 0 0 )
( 0 0 0 1 1 0 0 0 0 1 0 )
a = ( 1 1 0 0 0 1 1 1 0 1 0 )
( 0 0 0 1 1 0 1 0 0 ....)
( ......................)
is this possible?
thanx in advance
P.D. i once had o copy of matlab with some toolboxes i cant remember where u could see a simulation of the brownian diffusion, and it looked quite what i want to do
i wish to plot a "boolean" matrix on a 2D surface, not like "mesh" or "surf", rather like a non-connected plot
something like
______________________
| * * |
| * |
| * * |
| * |
| * |
| * * |
|_______________*______|
where the matrix should be something like
( 0 0 1 0 0 1 0 1 0 0 0 )
( 0 0 0 1 1 0 0 0 0 1 0 )
a = ( 1 1 0 0 0 1 1 1 0 1 0 )
( 0 0 0 1 1 0 1 0 0 ....)
( ......................)
is this possible?
thanx in advance
P.D. i once had o copy of matlab with some toolboxes i cant remember where u could see a simulation of the brownian diffusion, and it looked quite what i want to do