help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parent in octcdf


From: xnand
Subject: parent in octcdf
Date: Thu, 17 Jun 2010 04:13:04 -0700 (PDT)

Hi everyone,

There is a function in Matlab's netcdf toolbox, called "parent" which
returns the parent netcdf object. Is the any way I can get the functionality
in Octcdf?

It's usage is as follows:
cdf=netcdf('example.nc');
Par=parent(cdf('longitude'))
close(cdf);

which returns:
          NetCDF_File: 'example.nc'
          nDimensions: 2
          nVariables: 3
          nGlobalAttributes: 0
          RecordDimension: ''
          nRecords: 0
          Permission: 'nowrite'
          DefineMode: 'data'
          FillMode: 'fill'
          MaxNameLen: 0


Thanks,
Nands
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/parent-in-octcdf-tp2258610p2258610.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]