corrcoef is included in Octave 4.4

time-shift
Sébastien Villemot 2018-06-05 17:14:41 +02:00
parent e1a3c40ef0
commit c7a57e5906
1 changed files with 2 additions and 2 deletions

View File

@ -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