%select all .mat files
oar = dir('*oar.mat'); n = {oar.name};
%loop through files
for l=1:length(oar);
load pat_oar(l) %<---this is the .mat file with variable filename
clear ...
end
어떻게 잇달아 .mat 파일에서 읽을 일부 매트랩 스크립트 ...변수 파일 이름을 가진 .mat 파일을로드하는 방법은 무엇입니까?