myofibrometry / matlab / thirdparty / bfmatlab / private / is_octave.m
is_octave.m
Raw
function is = is_octave ()
is = exist ('OCTAVE_VERSION', 'builtin') == 5;
end