/trunk/Examples/test-suite/octave/wrapmacro_runme.m
# · MATLAB · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 0ba2700d5f943a2f660800d7f426d452 MD5 · raw file
- wrapmacro
- a = 2;
- b = -1;
- wrapmacro.maximum(a,b);
- wrapmacro.maximum(a/7.0, -b*256);
- wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1);