2016-07-21 12 views

回答

0

使用csvwrite時,您可以指定自己的分隔符。

h=0 
g=-120 
M = (h-g)*rand(1,4)+g; 
csvWrite(M, "my_file.csv", ";"); 
相關問題