Newer
Older
function result = get_fieldnames( self )
% tsg_ncvar/get_fieldnames -- get internal fieldnames of "tsg_ncvar" object.
%
% Input
% -----
% self ........... an instance of 'tsg_ncvar' object
%
% Output
% ------
% result ........... cell with fieldnames
% $Id$
theStruc = get(self,'DAYD');
result = fieldnames(theStruc);