daszero.m 102 B

123456
  1. function [ offset ] = daszero( varargin )
  2. % DASZERO Dummy function
  3. offset(1) = 0;
  4. offset(2) = 0;
  5. end