0
我嘗試使用下面的代碼在matlab上創建數據集時出錯?
C = dataset('File', 'zoo.txt', 'VarNames',{'animalname','hair','feathers',...
'eggs','milk','airborne','aquatic','predator','toothed', 'backbone',...
'breathes', 'venomous', 'fins',...
'legs', 'tail','domestic','catsize','type'}, 'Delimiter', ',')
創建基於MATLAB 12的數據集,但它讓我看到這些錯誤 使用錯誤setvarnames(36行) 重複的變量名。
數據集/ readFile中出錯(第235行) a = setvarnames(a,varNames(:)',[],true,true);
數據集錯誤(行339) a = readFile(a,fileArg,otherArgs);
任何人都可以幫忙嗎? Here you are the zoo.txt file
你的意思是我必須改變18變量名? –
看到新的答案;-) – venergiac
我加了x但問題是一樣的 –