Re: [問題]矩陣儲存成TXT
目前試出來用迴圈寫,有更好的方法嗎?
temp_file=1;
fid = fopen('1.txt', 'wt');
for temp_file=1:family_only_length_x
fprintf(fid, '%s ', array_all{temp_file,:});
fprintf(fid, '\n');
end
fclose(fid);
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 112.104.110.187
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
問題
0
3