How to import 3GB netcdf file into matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shakir Hussain
am 9 Jan. 2019
Kommentiert: Shakir Hussain
am 12 Jan. 2019
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
0 Kommentare
Akzeptierte Antwort
KSSV
am 9 Jan. 2019
Bearbeitet: KSSV
am 9 Jan. 2019
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!