| Author |
Comment/Response |
Peter
|
03/30/08 1:19pm
Hi guys, I am just wondering if there is another (better) way to fill the data in the matrix. I came up with this solution:
NewMatrix = Table[StringTake[text1, {(i - 1)*a + j}], {i, 1, c}, {j, 1, a}];
but is seems to me a little bit confusing and not clear enough for the others.
Thanks P.
URL: , |
|