Is Matlab capable for Read and plot large netCDF files?
显示 更早的评论
I have WRF output in netCDF classic format.
I have total 320 files and each file size is 1GB. And each file contain 400x200x61 grid points.
My question: Does Matlab capable to read these large data and plot in spatial/line (according to my need)?
回答(1 个)
Benjamin Thompson
2022-2-4
0 个投票
The ncread function accepts additional parameters if you want to read just a portion of the file, or downsample the data as you read.
类别
在 帮助中心 和 File Exchange 中查找有关 NetCDF 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!