ezplot('x1-sin(x1+x2)',[0 2 0 2])
setcurves('linestyle','--') % make all curves dashed
hold on
ezplot('x2-cos(x1-x2)',[0 2 0 2])
hold off
You have to download setcurves.m first and put
it in a directory where Matlab can find it. You can also use e.g. setcurves('color','red').