why does hdf5read function return only 4 decimal places instead all numbers
显示 更早的评论
Hi all,
I run this code to read dataset in my test.hdf5 file. It return me 0.6996 instead of the whole 0.699552191362574. Please guide.
hinfo = hdf5info('test.hdf5');
dset = hdf5read(hinfo.GroupHierarchy.Datasets(1));
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 System on Chip (SoC) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!