PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
MATLAB | 7 lines | 5 code | 2 blank | 0 comment | 1 complexity | 69927d0ab784b8faa940f87a789fe34a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. abstract_access
  2. d = abstract_access.D();
  3. if (d.do_x() != 1)
  4. error
  5. endif