% subject B % import .csv files as tables; rename to acupoint names %LineWidth=0.1; set(groot,'defaultLineLineWidth',1) subplot(2,2,1); plot(st36.TimeD,st36.rST36,'DisplayName','ST36'); hold on; axis([9 22 4 15]) xlabel('Time of day (hours)') ylabel('Impedance @5KHz (K\Omega)') yyaxis right plot(st36.TimeD,st36.gradient,'-.','DisplayName','gradient'); axis([9 22 50 950]) ylabel('Gradient (\Omega/mm)') legend('show', 'Location', 'northwest') title('Figure 5. Skin impedance at right ST-36') grid subplot(2,2,2); plot(gb34.TimeD,gb34.rGB34,'-','DisplayName','GB34'); hold on; axis([9 22 4 15]) xlabel('Time of day (hours)') ylabel('Impedance @5KHz (K\Omega)') yyaxis right plot(gb34.TimeD,gb34.gradient,'-.','DisplayName','gradient'); axis([9 22 50 950]) ylabel('Gradient (\Omega/mm)') legend('show', 'Location','northwest') title('Figure 6. Skin impedance at right GB-34') grid