part of my confusion comes from the fact that if i were to do this, for example, and get rid of one of the for-loops,
T=1:1:L;
for U=1:V
for i=1:N
temptemp{1,i}(T,U)= tempfinalnew{T,U}(i,2);
end
end
i get an error that says Expected one output from a curly brace or dot indexing expression, but there were 14 results.