how can i solved this error as written below

1 visualización (últimos 30 días)
>> file='pr_day_MPI-ESM-MR_historical_r1i1p1_19500101-19591231.nc';
>> ncdisp (pr_day_MPI-ESM-MR_historical_r1i1p1_19500101-19591231.nc,C:/Users/PATEL ASHISH/Desktop,netcdf);
ncdisp (pr_day_MPI-ESM-MR_historical_r1i1p1_19500101-19591231.nc,C:/Users/PATEL ASHISH/Desktop,netcdf);
Error: Unexpected MATLAB expression.

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Abr. de 2019
ncdisp(file)
or perhaps
fullname = fullfile( 'C:\Users\PATELASHISH\Desktop', file );
ncdisp(fullname)

Más respuestas (0)

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by