summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/template_matrix_runme.m
blob: b8fb3d3dcfc941aedf5c38cda36758af46ed17c0 (plain)
1
2
3
4
5
6
template_matrix
passVector([1,2,3]);
passMatrix({[1,2],[1,2,3]});
passCube({{[1,2],[1,2,3]},{[1,2],[1,2,3]}});