close all
clear all
clc
file=hdf5info("xxxx.h5");
dset1=hdf5read(file.GroupHierarchy.Datasets(1));
plot(dset1)

close all
clear all
clc
file=hdf5info("xxxx.h5");
dset1=hdf5read(file.GroupHierarchy.Datasets(1));
plot(dset1)

992

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