Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
combining cell and double type variables in dataset (version compatibility issue??)
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Peter Perkins
2012년 9월 24일
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
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!