I want to build a loop in Matlab where 'i' is the iteration variable and for each 'i' an n*n
matrix will be the outcome.
my question is how can I tell the program to save those n*n
matrices each one individually where each matrix has the name of Ai for example.
thanks a lot.