Hello everyone.
I have constructed a for loop which offers a vector as a result. These vectors have a leght of 101 and there are 9 iterations of the loop.
I now need to save the value of the vector at each loop, which is "ArrayReshape[{realizationXYActualR}, {longitud, 2}]". I have tried to store them as columns of a matrix called matRealizations as matRealizations[[All, i]], being i the variable of the loop, also matRealizations[[i]] and all other combinations of brackets. Hoever, error messages arise.
If someone could please tell me how to save the different values of this vector I would be extremely thankful.
I will also attach my code just in case someone wants to take a look at it.
Thanks. Jaime.
Attachments: