Hello,
I am trying to do the following:
for i=1:3
semilogy(plot1,'r(-,:,d)',plot2,'b(-,:,d)',plot3,'k(-,:,d)');
legend('i legend1','i legend2',''i legend1'')
end
where I need to draw the same plots under different settings, such that each function has the same color under the...