ncdispread( varargin )

버전 1.0.0.1 (1.78 KB) 작성자: ANKUR KUMAR
Display and load all the variables of nc file
다운로드 수: 61
업데이트 날짜: 2019/5/9

라이선스 보기

Created by Ankur Kumar Wednesday; January 03, 2018
Version: 1.0
National Institute of Technology, Rourkela
Rourkela, Odisha - 769008, India
Department of Earth and Atmospheric Sciences
Email: ankurk017@gmail.com
416AS2025@nitrkl.ac.in

Function:
ncdispread displays and store all the variables at a time. No need to load the variables separately.
Syntax:
[A a]=ncdispread('sample_nc_file.nc')

Inputs:
It takes only one input as the name of the file. If you store the output in one variable, then it only displays and loads all data of all variables in the cell format but you can not see the names of each variable. So,
it is recommended to store the output in two variables.

Example:

[A a]=ncdispread('sample_nc_file.nc')

Please send your suggestions to the email id: ankurk017@gmail.com or
kumar409@purdue.edu

인용 양식

ANKUR KUMAR (2024). ncdispread( varargin ) (https://www.mathworks.com/matlabcentral/fileexchange/65637-ncdispread-varargin), MATLAB Central File Exchange. 검색됨 .

ankurk017_ncdispread

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.1

Remove bugs

1.0.0.0