Skip to content

Commit

Permalink
iData: fix in findobj
Browse files Browse the repository at this point in the history
  • Loading branch information
farhi committed Oct 14, 2015
1 parent c2bac50 commit 0f4a363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Objects/@iData/findobj.m
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@

if isempty(propvalue), return; end
if ~iscell(propvalue) && ~ischar(propvalue), propvalue={ propvalue }; end
if ~iscell(propvalues), propvalues ={ propvalues }; end
for j = 1:numel(array)
prop = propvalues{j}; % property value for iData 'j' in caller workspace
if iscell(prop)
Expand Down

0 comments on commit 0f4a363

Please sign in to comment.