How can I load netcdf file as input to ANN?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have netcdf file of rainfall data with 102 latitudes and 105 longitudes and I have to bias correct my data using ANN - linear regression. As ANN toolbox takes vector data as input, how can i give netcdf file as input to this toolbox. It is very much difficult to process each vector data of 102x105 separately. How can i do bias correction for such large data easily.
댓글 수: 0
답변 (1개)
Piyush Dubey
2019년 12월 17일
This example shows how to read data from a NetCDF file and getting variables into the workspace.
참고 항목
카테고리
Help Center 및 File Exchange에서 NetCDF에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!