File: coda_close.m

package info (click to toggle)
coda 2.25.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,168 kB
  • sloc: ansic: 121,489; javascript: 6,788; java: 2,369; python: 1,695; yacc: 1,007; makefile: 598; lex: 204; sh: 105; fortran: 60; xml: 5
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function varargout = coda_close(varargin)
% CODA_CLOSE  Close an open product file.
%
%   CODA_CLOSE(CODA_FILE_ID) closes the product file which is associated
%   with the coda_file_id file handle.
%
%   The coda_file_id parameter must be a valid CODA file handle that was
%   retrieved with coda_open.
%
%   See also CODA_OPEN, CODA_CLEARALL
%

% Call CODA_MATLAB.MEX to do the actual work.
coda_matlab('CLOSE',varargin{:});