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
조회 수: 1 (최근 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!