Skip to content
Snippets Groups Projects
Commit c7a57e59 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

corrcoef is included in Octave 4.4

parent e1a3c40e
Branches
Tags
No related merge requests found
......@@ -94,8 +94,8 @@ if isoctave
p{end+1} = '/missing/ordeig';
end
% corrcoef with two outputs is missing in Octave (ticket #796)
if isoctave && ~user_has_octave_forge_package('nan')
% corrcoef with two outputs is missing in Octave < 4.4 (ticket #796)
if isoctave && octave_ver_less_than('4.4') && ~user_has_octave_forge_package('nan')
p{end+1} = '/missing/corrcoef';
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment