Main Content

netcdf.inqLibVers

Return netCDF library version information

    Description

    example

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

    Examples

    collapse all

    Get the version number of the netCDF library.

    libvers = netcdf.inqLibVers
    libvers = 
    '4.9.2'
    

    Tips

    • This function corresponds to the nc_inq_libvers function in the netCDF library C API.

    Version History

    Introduced in R2008b