Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
combining cell and double type variables in dataset (version compatibility issue??)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I previously used Matlab R2010a and the following line were working:
[conf,classorder] = confusionmat(classtype3,classtype3OOB) disp(dataset({conf,classorder{:}},'obsnames',classorder));
now, I am using R2012b and I get an error message of:
Error using dataset (line 97) Cannot combine these items into a single DataSet object
is this a problem with matlab version? can anyone suggest a workaround?
0 comentarios
Respuestas (1)
Peter Perkins
el 24 de Sept. de 2012
Based on that error message, I think perhaps you have another dataset class that is shadowing the one in the Statistics Toolbox that you are tyring to use.
I could be wrong. Type "which dataset -all".
0 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!