SAE_2.04/EXO3/scripts/init.sce

3 lines
84 B
Scilab

D = csvRead('data.csv');
DD = csvRead('data.csv',',','.','string');
genre = DD(:,3);