dataset ismember error message
Afficher commentaires plus anciens
Hi I get this error trying to use ismember on two datasets, please advise?
Y=ismember(ds_raw,ds)
Undefined function 'eq' for input arguments of type 'dataset'.
Error in ismember>ismemberlegacy (line 347)
tf = (a == s);
Error in ismember (line 76)
[varargout{1:nlhs}] = ismemberlegacy(varargin{:});
ds =
bil motor vvx cyl
'v70' 'b234' 'aut' 4
'v60' 'b234' 'man' 6
's80' 'b326' 'man' 6
's80' 'b326' 'man' 6
's80' 'b326' 'man' 6
'v70' 'b234' 'aut' 4
'v70' 'b234' 'aut' 4
ds_raw =
bil motor vvx cyl
'v70' 'b234' 'aut' 4
'v60' 'b234' 'man' 6
's80' 'b326' 'man' 6
's80' 'b234' 'aut' 4
'v70' 'b326' 'man' 4
'v70' 'c325' 'man' 4
5 commentaires
Azzi Abdelmalek
le 13 Fév 2013
What should be the result?
Sean de Wolski
le 13 Fév 2013
Modifié(e) : Sean de Wolski
le 13 Fév 2013
- What release are you using?
- Does this work?
ds = dataset((1:10)');
ismember(ds,ds)
jonas
le 14 Fév 2013
the cyclist
le 14 Fév 2013
Just as a point of information, Sean's command worked for me, using R2012b.
jonas
le 14 Fév 2013
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Multiloop, Multiobjective Tuning dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!