# experimental data voltage = [0, 0.775, 0.809, 0.827, 0.852, 0.883, 0.898, 0.920, 0.938, 0.957, 0.990]; current = [0, 0.02, 0.05, 0.08, 0.15, 0.3, 0.4, 0.6, 0.8, 1.0, 1.5]; V = pinch(getdata("CHARGE","anode.V_anode")); Ia = pinch(getdata("CHARGE","anode.I"))*1e3; plotxy(V,Ia,voltage,current,"Voltage (V)", "Current (mA)"); legend("Simulation", "Measured"); matlabsave("cdc_IV", V, Ia);