% ex29 % subject A % import .csv files as tables; rename to "T" %LineWidth=0.1; set(groot,'defaultLineLineWidth',1) plot(T.Time,T.s01,'DisplayName','rST36'); hold on; plot(T.Time,T.s02,'DisplayName','rST36 +6mm'); plot(T.Time,T.s03,'DisplayName','rGB34'); plot(T.Time,T.s04,'DisplayName','rGB34 +6mm'); plot(T.Time,T.s05,'DisplayName','rNAP'); plot(T.Time,T.s06,'DisplayName','rNAP +6mm'); xlabel('Time (seconds)') ylabel('Impedance @40KHz (K\Omega)') legend('show', 'Location', 'northeast') title('Impedance at rST36, GB34 and NAP (sampled every 4 seconds)') grid