次の形式の csv ファイルがあります。
2.3 , 1.3 , 1.2 , 6.8 , classone
1.2 , 2.6 , 1.8 , 0.7 , classtwo
ファイルを別のマトリックスに読み込みたい。1 つのマトリックスの最初の 4 つの数値と別のマトリックスの文字列値
テキストスキャン機能を試しましたが、うまくいきません
M= textread('training.dat','%f %f %f %f %s');
Error using dataread
Number of outputs must match the number of unskipped
input fields.