PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
MATLAB | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 0ba2700d5f943a2f660800d7f426d452 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  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);