OLD_MATLAB_CODE not required anymore
[valse.git] / src / test / generate_test_data / MATLAB_test_helpers / Octave.m
CommitLineData
0f51ccae
BA
1% Run this file if using Octave
2if exist('OCTAVE_VERSION', 'builtin') ~= 0
3 pkg load statistics %for random()
4 more off %to prevent bufferizing output
5end