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

# · MATLAB · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 7c9cb971d44aef42f67467a47e27e8fa MD5 · raw file

  1. mod_a
  2. mod_b
  3. c = mod_b.C();
  4. d = mod_b.D();
  5. d.DoSomething(c);