Matlab批处理

1
2
3
4
5
Path = '路径'; %''中填写路径
File = dir(fullfile(Path,'*.mat')); %格式
FileNames = {File.name}';
Trace = strcat(Path,FileNames(k));
A = load(Trace{1,1}); %多组数据常采用eval函数

Matlab批处理
https://sunfove.xyz/2019/09/24/2019-09-24-Matlab批处理/
Author
Sunfove
Posted on
September 24, 2019
Licensed under