Page 1 of 1

reading on matlab

Posted: Sat Dec 28, 2019 7:40 am America/New_York
by nada31
I want to read this image (A20130652013072.L3m_8D_CHL_chlor_a_4km.nc) on MATLAB I exported it to HDF5

i did : data=hdfread(['D:\K\A20130572013064.L3m_8D_CHL_chlor_a_4km.h5',num2str(t_annee(1i,:)),'/A',num2str(t_annee(1i,:)),jour,'.L3m_DAY_chlor_4'],'l3m_data');

where is the error ??

reading on matlab

Posted: Wed Jan 01, 2020 11:06 am America/New_York
by bruce
why are you converting to hdf5?  When I do something similar with PIC, I simply

pic = ncread('A20110012011031.L3m_8D_PIC_pic_4km.nc','pic');