matlab 中fprintf寫入txt檔案\n無法換行 ... fp = fopen(save_train_txt,'w+'); %open the txt fprintf(fp,'hello world!\r\nhello china!'); ...
確定! 回上一頁