[問題] 補上程式碼已回收
function importfile(fileToRead1)
%IMPORTFILE(FILETOREAD1)
% Imports data from the specified file
% FILETOREAD1: file to read
% Auto-generated by MATLAB on 12-Apr-2009 23:29:39
% Import the file
newData1 = load('-mat', fileToRead1);
% Create new variables in the base workspace from those fields.
vars = fieldnames(newData1);
for i = 1:length(vars)
assignin('base', vars{i}, newData1.(vars{i}));
end
幫幫我吧 感謝
另外要怎麼看圖 謝謝
新手剛要學這個 問題很多 感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 219.69.115.188
MATLAB 近期熱門文章
PTT數位生活區 即時熱門文章