Skip to content
Snippets Groups Projects
Commit 054eeef4 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add example in help

remove old references in help to ncvar
parent cc7b1436
No related branches found
No related tags found
No related merge requests found
function ncv = tsg_nc( varargin ) function ncv = tsg_nc( varargin )
% tsg_nc/tsg_nr -- Constructor for "tsg_nc" class. % tsg_nc/tsg_nc -- Constructor for "tsg_nc" class.
% tsg_nc(varargin) constructs a 'tsg_nc' object from % tsg_nc(varargin) constructs a 'tsg_nc' object from
% supplied csv 'filename'. % supplied csv 'filename'.
% %
% Usage: nca = tsg_ncvar( file ) % Usage:
% nc = tsg_nc( file )
%
% Example:
% ncv = tsg_nc('tsg_ncvar.csv')
% %
% Input % Input
% ------- % -------
...@@ -12,9 +16,9 @@ function ncv = tsg_nc( varargin ) ...@@ -12,9 +16,9 @@ function ncv = tsg_nc( varargin )
% %
% Output % Output
% -------- % --------
% ncv ........... instance of tsg_ncvar object % nc ........... instance of tsg_nc object
% %
% See also: methods('tsg_ncvar'). % See also: methods('tsg_nc').
% %
% $Id$ % $Id$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment