We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44b19a commit 008fc32Copy full SHA for 008fc32
jdict.m
@@ -208,7 +208,7 @@
208
209
% overloaded numel to prevent subsref from outputting many outputs
210
function n = numel(obj, varargin)
211
- if (exist('OCTAVE_VERSION', 'builtin') ~= 0 && regexp(OCTAVE_VERSION, '^5\.'))
+ if (exist('OCTAVE_VERSION', 'builtin') ~= 0)
212
n = 1;
213
else
214
n = max(1, (nargin > 1) + numel(obj.data) * (nargin == 1));
0 commit comments