File: coda_setopt.m

package info (click to toggle)
coda 2.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,320 kB
  • sloc: ansic: 125,785; javascript: 6,732; java: 2,391; yacc: 1,007; python: 872; makefile: 615; lex: 204; sh: 99; fortran: 60; xml: 5
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
function varargout = coda_setopt(varargin)
% CODA_SETOPT  Set CODA-MATLAB options.
%
%   CODA_SETOPT(OPTION_NAME, VALUE) assigns VALUE to the option specified
%     by OPTION_NAME.
%
%   See also CODA_GETOPT, CODA_OPTIONS
%

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