I need help. I have the variables (matrix) zco, mgo, dco with 10x10 values. So, I have one variable tt={'zco','mgo','dco'}. I want to do the loop:
for i=1:3
plot (tt{i})
hold on
end
I want to plot the variables zco,mgo,dco from tt{i}.
Thanks for your help.