看板
[ MATLAB ]
討論串[問題] 請問大量匯入資料到matlab或.mat中
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
clc;clear;. for i=[1:100]. temp=load(['C:\...\...\',num2str(i),'.txt']);. save(['C:\...\...\',num2str(i),'.mat'],'temp');. end. 通常路徑中有包含變數可用 num2str(變
(還有187個字)
首頁
上一頁
1
下一頁
尾頁