PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
MATLAB | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 57c7e9c4a8adac6ac843381a4b70709a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. import_nomodule
  2. f = create_Foo();
  3. test1(f,42);
  4. delete_Foo(f);
  5. b = Bar();
  6. test1(b,37);