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

corrcoef is included in Octave 4.4

(manually cherry picked from commit c7a57e59)
parent 677e5912
Branches
Tags
No related merge requests found
......@@ -106,8 +106,8 @@ if isoctave && octave_ver_less_than('4.0')
p{end+1} = '/missing/ilu';
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