%opt = setDemodPhase(opt, probe, phase) % % Set the demodulation phase of a probe to phase. % % probe: probe number (use getProbeNum(opt, 'Name')). % % phase: demodulation phase in degree. % % Added by Y. Aso 2010/11/2 function opt = setDemodPhase(opt, probe, phase) opt.probe(probe).phase = phase;