话不多说,直接贴代码
%%
clear
clc
%% 读取文件
namelist = dir('1\*.mat');
% 读取后namelist 的格式为
% name -- filename
% date -- modification date
% bytes -- number of bytes allocated to the file
% isdir -- 1
话不多说,直接贴代码
%%
clear
clc
%% 读取文件
namelist = dir('1\*.mat');
% 读取后namelist 的格式为
% name -- filename
% date -- modification date
% bytes -- number of bytes allocated to the file
% isdir -- 1
5065
4184

被折叠的 条评论
为什么被折叠?