Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SeedRandom[10801];
- dimension = 100;
- coDimension = 30;
- percProbability = 0.7;
- myData = Table[
- Table[Boole[RandomReal[] < percProbability], {i, dimension}], {j,
- coDimension}];
- MatrixPlot[myData]
RAW Paste Data