Having an Error in ncread

16 visualizaciones (últimos 30 días)
audi rachman
audi rachman el 8 de Mayo de 2021
Respondida: Walter Roberson el 8 de Mayo de 2021
try to open a netcdf using matlab, when I used ncread it says "Error in ncread". I don't know what's the problem because when I asked my friend to open the same file with the same script as mine on his computer it works fine without error. I try to uninstall my matlab and reinstall with several different version but it doesn't solve the problem. Any solution to fix my problem? currently I'm using matlab 2020b version. Here is script code to open my netcdf file:
ncdisp('T_Maret2016.nc');
lon=ncread('T_Maret2016.nc','Longitude');
lat=ncread('T_Maret2016.nc','Latitude');
z=ncread('T_Maret2016.nc','Depth');
time=ncread('T_Maret2016.nc','MT');
and I attached an example of variable in my netcdf file.
  2 comentarios
per isakson
per isakson el 8 de Mayo de 2021
Editada: per isakson el 8 de Mayo de 2021
"Error in ncread" Please show the entire error message.
audi rachman
audi rachman el 8 de Mayo de 2021
hi this is the entire error message

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de Mayo de 2021
Rename your ncread.m to something else other than ncread.m .

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by