フィルターのクリア

An error when using the load command

1 回表示 (過去 30 日間)
BN
BN 2020 年 3 月 16 日
コメント済み: BN 2020 年 3 月 16 日
Hey all,
I hope you are safe and healthy. I have a little problem with reading a NetCDF from another directory rather than the current folder.
I typed this:
load ('F:\MATLAB Behzad\Datasets and codes\GPCC\precip.mon.total.v2018.nc')
but it gave me this error:
Error using load
Unknown text on line number 1 of ASCII file F:\MATLAB
Behzad\Datasets and codes\GPCC\precip.mon.total.v2018.nc
"HDF
".
My NetCDF is successfully open when I change the current folder to the F:\MATLAB Behzad\Datasets and codes\GPCC.
Any help?
Thank you all

採用された回答

Walter Roberson
Walter Roberson 2020 年 3 月 16 日
You cannot load() a .nc file. You need to use something like ncread()
  1 件のコメント
BN
BN 2020 年 3 月 16 日
Thank you. So:
cd 'F:\MATLAB Behzad\Datasets and codes\GPCC'
filename='precip.mon.total.v2018.nc'; %Name of netcdf file
then ncread.
Thanks again.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by