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
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