tomwalters@32: figure tomwalters@32: plot(data_r(1,:), 'b-'); tomwalters@32: hold on tomwalters@32: plot(data_r(2,:), 'b--'); tomwalters@32: plot(data_r(3,:), 'b:'); tomwalters@32: tomwalters@32: tomwalters@32: plot(data2_r(1,:), 'r-'); tomwalters@32: hold on tomwalters@32: plot(data2_r(2,:), 'r--'); tomwalters@32: plot(data2_r(3,:), 'r:');