clear;clc;close all a=1:10;b=rand(10,4);h(4,1)=0;hold on for i=1:4 h(i)=plot(a,b(:,i),'color',rand(1,3));end legend([h(1),h(3),h(2)],strcat({'a='},num2str([1,3,2]','%d')));