File: sec_functions.js

package info (click to toggle)
freemat 4.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 141,800 kB
  • ctags: 14,082
  • sloc: ansic: 126,788; cpp: 62,046; python: 2,080; perl: 1,255; sh: 1,146; yacc: 1,019; lex: 239; makefile: 100
file content (47 lines) | stat: -rw-r--r-- 2,062 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
var sec_functions =
[
    [ "ANONYMOUS Anonymous Functions", "functions_anonymous.html", [
      [ "", "functions_anonymous.html#Usage", null ],
      [ "", "functions_anonymous.html#Examples", null ]
    ] ],
    [ "FUNC2STR Function to String conversion", "functions_func2str.html", [
      [ "", "functions_func2str.html#Usage", null ],
      [ "", "functions_func2str.html#Example", null ]
    ] ],
    [ "FUNCTION Function Declarations", "functions_function.html", [
      [ "", "functions_function.html#Usage", null ],
      [ "", "functions_function.html#Examples", null ]
    ] ],
    [ "KEYWORDS Function Keywords", "functions_keywords.html", [
      [ "", "functions_keywords.html#Usage", null ],
      [ "", "functions_keywords.html#Example", null ]
    ] ],
    [ "NARGIN Number of Input Arguments", "functions_nargin.html", [
      [ "", "functions_nargin.html#Usage", null ],
      [ "", "functions_nargin.html#Example", null ]
    ] ],
    [ "NARGOUT Number of Output Arguments", "functions_nargout.html", [
      [ "", "functions_nargout.html#Usage", null ],
      [ "", "functions_nargout.html#Example", null ]
    ] ],
    [ "SCRIPT Script Files", "functions_script.html", [
      [ "", "functions_script.html#Usage", null ],
      [ "", "functions_script.html#Example", null ]
    ] ],
    [ "SPECIAL Special Calling Syntax", "functions_special.html", [
      [ "", "functions_special.html#Usage", null ],
      [ "", "functions_special.html#Example", null ]
    ] ],
    [ "STR2FUNC String to Function conversion", "functions_str2func.html", [
      [ "", "functions_str2func.html#Usage", null ],
      [ "", "functions_str2func.html#Example", null ]
    ] ],
    [ "VARARGIN Variable Input Arguments", "functions_varargin.html", [
      [ "", "functions_varargin.html#Usage", null ],
      [ "", "functions_varargin.html#Example", null ]
    ] ],
    [ "VARARGOUT Variable Output Arguments", "functions_varargout.html", [
      [ "", "functions_varargout.html#Usage", null ],
      [ "", "functions_varargout.html#Example", null ]
    ] ]
];