/trunk/Examples/test-suite/octave/wrapmacro_runme.m

# · MATLAB · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 0ba2700d5f943a2f660800d7f426d452 MD5 · raw file

  1. wrapmacro
  2. a = 2;
  3. b = -1;
  4. wrapmacro.maximum(a,b);
  5. wrapmacro.maximum(a/7.0, -b*256);
  6. wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1);