PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
MATLAB | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 7c9cb971d44aef42f67467a47e27e8fa MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. mod_a
  2. mod_b
  3. c = mod_b.C();
  4. d = mod_b.D();
  5. d.DoSomething(c);