How to read the variable in a loop where the satellite data is in 'h5' format? When i am check the code, am little confused. The code is given below
3 次查看(过去 30 天)
显示 更早的评论
n = 5;
for i = 1:n
fprintf( 'The value of n is %d/n',i);
end
1 个评论
Walter Roberson
2023-5-15
See h5read
There are also lower-level functions described at https://www.mathworks.com/help/matlab/hdf5-files.html?searchHighlight=hdf5&s_tid=srchtitle_hdf5_1
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Filter Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!