Main Content

netcdf.inqLibVers

Return NetCDF library version information

Syntax

libvers = netcdf.inqLibVers

Description

libvers = netcdf.inqLibVers returns a character vector identifying the version of the NetCDF library.

This function corresponds to the nc_inq_libvers function in the NetCDF library C API. To use this function, you should be familiar with the netCDF programming paradigm.

Examples

libvers = netcdf.inqLibVers
libvers =

'4.9.1'