フィルターのクリア

How to import 3GB netcdf file into matlab

9 ビュー (過去 30 日間)
Shakir Hussain
Shakir Hussain 2019 年 1 月 9 日
コメント済み: Shakir Hussain 2019 年 1 月 12 日
I know, how to read netcdf data into matlab and due to the size of this file (3gb) maltab is saying out of limit (array exceeds maximum array size preference. Creation of arraysgreater than this limit may take a long time and cause MATLAB to become unresponsive.)
I wan to read variables sparately and I did some to them by using simple ncread but the size of main variable is about 3gb and that evil is making problem here.
How Could I deal it ?
thank you in advance

採用された回答

KSSV
KSSV 2019 年 1 月 9 日
編集済み: KSSV 2019 年 1 月 9 日
YOu are trying to load the enitre data from netCDF into MATLAB..this is not the right option..first get familiar with the data..if the data is 3D, you can read matrix one by one in a loop and process or plot. If your matrix is of long dimension and only one matrix..you can read chunk or part of it by providing indices. Read about ncread, you have maultiple options out there.
  8 件のコメント
Shakir Hussain
Shakir Hussain 2019 年 1 月 10 日
Off course, we need 3d matrix (i.e. lat*lon*precip) but I was asking about the possibility to get output and save in 5-10 small parts.
e.g 10902x6818x846 split into
10902x6818x100
10902x6818x100
10902x6818x100...... and so on and save each file separately but this execution must be carry put in sequence
Shakir Hussain
Shakir Hussain 2019 年 1 月 12 日
How could we can regrid it directly from nc file and take result of regrid as output?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by