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