reorganize test folder: tests generation with MATLAB almost OK (but suboptimal method)
[valse.git] / src / test / generate_test_data / MATLAB_test_helpers / Octave.m
1 % Run this file if using Octave
2 if exist('OCTAVE_VERSION', 'builtin') ~= 0
3 pkg load statistics %for random()
4 more off %to prevent bufferizing output
5 end