clear plot matlab code example
Example: clear scatter plot matlab
figure
hold on
h1 = plot(1:10,'r');
h2 = plot(2:11,'g');
if
set(h2,'Visible','off')
end
figure
hold on
h1 = plot(1:10,'r');
h2 = plot(2:11,'g');
if
set(h2,'Visible','off')
end