how to asign 2 dimesion array to 3 dimension array if it is not possible then how can i assign each 2 dimension array to 3 dimension array in for loop (in matlab)
for examle math
A(1)= 1 3 5
A(2)= 5 8 11
B(1)= 1 3 5
5 8 11