Search found 1 match

by jesusgonzalez
Tue Apr 19, 2011 5:05 pm
Forum: Help With Programming
Topic: Code requires creating many matrices
Replies: 1
Views: 5002

Code requires creating many matrices

How can I write a small loop to create many similar matrices with different names like mat1, mat2, mat3, etc?
I have to declare and fill many matrices but should not do it one by one.
Is there a "do" loop structure that can be used?
Thank you