You can do something like this (assuming y is a column vector) dlmwrite('my_file.csv',[[1:length(y)]',y]). For example,
確定! 回上一頁