If you define a range from A1 to A10 in Excel using VBA you cam use Range("A1:A10"). On the other hand side it's possible to write down Range("A1:A"&10). How can I use the second way in MATLAB, please?
I have some matrices M1, M2, M3, ..., and I wish to define them by using iterator FOR that helps me stop writing the matrix names completely.