import source from 1.3.40
[external/swig.git] / Examples / test-suite / octave / template_matrix_runme.m
1 template_matrix
2 passVector([1,2,3]);
3 passMatrix({[1,2],[1,2,3]});
4 passCube({{[1,2],[1,2,3]},{[1,2],[1,2,3]}});
5
6