rouge 3.6.0 → 3.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/lib/rouge/demos/ada +26 -0
- data/lib/rouge/demos/apex +9 -0
- data/lib/rouge/demos/armasm +12 -0
- data/lib/rouge/demos/batchfile +3 -0
- data/lib/rouge/demos/bbcbasic +6 -0
- data/lib/rouge/demos/clean +6 -0
- data/lib/rouge/demos/cmhg +8 -0
- data/lib/rouge/demos/csvs +8 -0
- data/lib/rouge/demos/cuda +11 -0
- data/lib/rouge/demos/cython +6 -0
- data/lib/rouge/demos/eex +1 -0
- data/lib/rouge/demos/epp +4 -0
- data/lib/rouge/demos/gdscript +18 -0
- data/lib/rouge/demos/haxe +5 -0
- data/lib/rouge/demos/hocon +8 -0
- data/lib/rouge/demos/hql +5 -0
- data/lib/rouge/demos/jsl +3 -0
- data/lib/rouge/demos/liquid +0 -1
- data/lib/rouge/demos/lustre +6 -0
- data/lib/rouge/demos/lutin +18 -0
- data/lib/rouge/demos/mason +22 -0
- data/lib/rouge/demos/msgtrans +4 -0
- data/lib/rouge/demos/opentype_feature_file +6 -0
- data/lib/rouge/demos/plist +1 -132
- data/lib/rouge/demos/reasonml +12 -0
- data/lib/rouge/demos/robot_framework +27 -0
- data/lib/rouge/demos/sas +13 -0
- data/lib/rouge/demos/sparql +6 -0
- data/lib/rouge/demos/terraform +0 -15
- data/lib/rouge/formatters/html_line_table.rb +3 -1
- data/lib/rouge/formatters/tex.rb +14 -12
- data/lib/rouge/guessers/disambiguation.rb +17 -0
- data/lib/rouge/lexers/ada.rb +162 -0
- data/lib/rouge/lexers/apex.rb +126 -0
- data/lib/rouge/lexers/armasm.rb +145 -0
- data/lib/rouge/lexers/batchfile.rb +164 -0
- data/lib/rouge/lexers/bbcbasic.rb +112 -0
- data/lib/rouge/lexers/clean.rb +156 -0
- data/lib/rouge/lexers/cmhg.rb +34 -0
- data/lib/rouge/lexers/common_lisp.rb +1 -1
- data/lib/rouge/lexers/console.rb +1 -1
- data/lib/rouge/lexers/coq.rb +12 -9
- data/lib/rouge/lexers/cpp.rb +4 -1
- data/lib/rouge/lexers/csvs.rb +44 -0
- data/lib/rouge/lexers/cuda.rb +35 -0
- data/lib/rouge/lexers/cython.rb +151 -0
- data/lib/rouge/lexers/eex.rb +51 -0
- data/lib/rouge/lexers/elixir.rb +20 -9
- data/lib/rouge/lexers/epp.rb +51 -0
- data/lib/rouge/lexers/escape.rb +3 -0
- data/lib/rouge/lexers/gdscript.rb +171 -0
- data/lib/rouge/lexers/gherkin.rb +4 -2
- data/lib/rouge/lexers/graphql.rb +10 -3
- data/lib/rouge/lexers/handlebars.rb +14 -3
- data/lib/rouge/lexers/haxe.rb +246 -0
- data/lib/rouge/lexers/hocon.rb +86 -0
- data/lib/rouge/lexers/hql.rb +139 -0
- data/lib/rouge/lexers/html.rb +2 -2
- data/lib/rouge/lexers/http.rb +5 -5
- data/lib/rouge/lexers/igorpro.rb +1 -1
- data/lib/rouge/lexers/javascript.rb +1 -1
- data/lib/rouge/lexers/jsl.rb +55 -0
- data/lib/rouge/lexers/json.rb +43 -5
- data/lib/rouge/lexers/julia.rb +1 -1
- data/lib/rouge/lexers/kotlin.rb +21 -28
- data/lib/rouge/lexers/liquid.rb +82 -108
- data/lib/rouge/lexers/lustre.rb +79 -0
- data/lib/rouge/lexers/lutin.rb +33 -0
- data/lib/rouge/lexers/make.rb +39 -12
- data/lib/rouge/lexers/mason.rb +115 -0
- data/lib/rouge/lexers/matlab.rb +4 -2
- data/lib/rouge/lexers/matlab/builtins.yml +3515 -0
- data/lib/rouge/lexers/msgtrans.rb +26 -0
- data/lib/rouge/lexers/ocaml.rb +12 -48
- data/lib/rouge/lexers/ocaml/common.rb +53 -0
- data/lib/rouge/lexers/opentype_feature_file.rb +113 -0
- data/lib/rouge/lexers/php.rb +31 -9
- data/lib/rouge/lexers/php/builtins.rb +181 -174
- data/lib/rouge/lexers/plain_text.rb +1 -1
- data/lib/rouge/lexers/puppet.rb +2 -2
- data/lib/rouge/lexers/q.rb +1 -1
- data/lib/rouge/lexers/r.rb +2 -3
- data/lib/rouge/lexers/reasonml.rb +65 -0
- data/lib/rouge/lexers/robot_framework.rb +249 -0
- data/lib/rouge/lexers/rust.rb +12 -9
- data/lib/rouge/lexers/sas.rb +563 -0
- data/lib/rouge/lexers/sed.rb +1 -1
- data/lib/rouge/lexers/shell.rb +5 -3
- data/lib/rouge/lexers/smarty.rb +10 -10
- data/lib/rouge/lexers/sparql.rb +129 -0
- data/lib/rouge/lexers/sql.rb +26 -6
- data/lib/rouge/lexers/swift.rb +1 -1
- data/lib/rouge/lexers/terraform.rb +8 -0
- data/lib/rouge/tex_theme_renderer.rb +5 -1
- data/lib/rouge/themes/magritte.rb +3 -3
- data/lib/rouge/themes/thankful_eyes.rb +1 -1
- data/lib/rouge/themes/tulip.rb +1 -1
- data/lib/rouge/version.rb +1 -1
- data/rouge.gemspec +4 -3
- metadata +61 -6
- data/lib/rouge/lexers/matlab/builtins.rb +0 -13
data/lib/rouge/lexers/make.rb
CHANGED
@@ -8,9 +8,18 @@ module Rouge
|
|
8
8
|
desc "Makefile syntax"
|
9
9
|
tag 'make'
|
10
10
|
aliases 'makefile', 'mf', 'gnumake', 'bsdmake'
|
11
|
-
filenames '*.make', 'Makefile', 'makefile', 'Makefile.*', 'GNUmakefile'
|
11
|
+
filenames '*.make', '*.mak', '*.mk', 'Makefile', 'makefile', 'Makefile.*', 'GNUmakefile', '*,fe1'
|
12
12
|
mimetypes 'text/x-makefile'
|
13
13
|
|
14
|
+
def self.functions
|
15
|
+
@functions ||= %w(
|
16
|
+
abspath addprefix addsuffix and basename call dir error eval file
|
17
|
+
filter filter-out findstring firstword flavor foreach if join lastword
|
18
|
+
notdir or origin patsubst realpath shell sort strip subst suffix value
|
19
|
+
warning wildcard word wordlist words
|
20
|
+
)
|
21
|
+
end
|
22
|
+
|
14
23
|
# TODO: Add support for special keywords
|
15
24
|
# bsd_special = %w(
|
16
25
|
# include undef error warning if else elif endif for endfor
|
@@ -28,15 +37,25 @@ module Rouge
|
|
28
37
|
|
29
38
|
rule %r/#.*?\n/, Comment
|
30
39
|
|
31
|
-
rule %r/(
|
40
|
+
rule %r/([-s]?include)((?:[\t ]+[^\t\n #]+)+)/ do
|
41
|
+
groups Keyword, Literal::String::Other
|
42
|
+
end
|
43
|
+
|
44
|
+
rule %r/(ifn?def|ifn?eq)([\t ]+)([^#\n]+)/ do
|
45
|
+
groups Keyword, Text, Name::Variable
|
46
|
+
end
|
47
|
+
|
48
|
+
rule %r/(?:else|endif)[\t ]*(?=[#\n])/, Keyword
|
49
|
+
|
50
|
+
rule %r/(export)([\t ]+)(?=[\w\${}()\t -]+\n)/ do
|
32
51
|
groups Keyword, Text
|
33
52
|
push :export
|
34
53
|
end
|
35
54
|
|
36
|
-
rule %r/export\
|
55
|
+
rule %r/export[\t ]+/, Keyword
|
37
56
|
|
38
57
|
# assignment
|
39
|
-
rule %r/([
|
58
|
+
rule %r/([\w${}().-]+)([\t ]*)([!?:+]?=)/m do |m|
|
40
59
|
token Name::Variable, m[1]
|
41
60
|
token Text, m[2]
|
42
61
|
token Operator, m[3]
|
@@ -52,9 +71,9 @@ module Rouge
|
|
52
71
|
end
|
53
72
|
|
54
73
|
state :export do
|
55
|
-
rule %r/[\w\${}-]/, Name::Variable
|
74
|
+
rule %r/[\w\${}()-]/, Name::Variable
|
56
75
|
rule %r/\n/, Text, :pop!
|
57
|
-
rule %r
|
76
|
+
rule %r/[\t ]+/, Text
|
58
77
|
end
|
59
78
|
|
60
79
|
state :block_header do
|
@@ -70,6 +89,14 @@ module Rouge
|
|
70
89
|
end
|
71
90
|
|
72
91
|
state :block_body do
|
92
|
+
rule %r/(ifn?def|ifn?eq)([\t ]+)([^#\n]+)(#.*)?(\n)/ do
|
93
|
+
groups Keyword, Text, Name::Variable, Comment, Text
|
94
|
+
end
|
95
|
+
|
96
|
+
rule %r/(else|endif)([\t ]*)(#.*)?(\n)/ do
|
97
|
+
groups Keyword, Text, Comment, Text
|
98
|
+
end
|
99
|
+
|
73
100
|
rule %r/(\t[\t ]*)([@-]?)/ do
|
74
101
|
groups Text, Punctuation
|
75
102
|
push :shell_line
|
@@ -80,22 +107,22 @@ module Rouge
|
|
80
107
|
|
81
108
|
state :shell do
|
82
109
|
# macro interpolation
|
83
|
-
rule %r
|
84
|
-
#
|
85
|
-
rule %r/(
|
110
|
+
rule %r/\$[({][\t ]*\w[\w:=%.]*[\t ]*[)}]/i, Name::Variable
|
111
|
+
# function invocation
|
112
|
+
rule %r/(\$[({])([\t ]*)(#{Make.functions.join('|')})([\t ]+)/m do
|
86
113
|
groups Name::Function, Text, Name::Builtin, Text
|
87
114
|
push :shell_expr
|
88
115
|
end
|
89
116
|
|
90
117
|
rule(/\\./m) { delegate @shell }
|
91
|
-
stop = /\$\(|\(|\)|\\|$/
|
118
|
+
stop = /\$\(|\$\{|\(|\)|\}|\\|$/
|
92
119
|
rule(/.+?(?=#{stop})/m) { delegate @shell }
|
93
120
|
rule(stop) { delegate @shell }
|
94
121
|
end
|
95
122
|
|
96
123
|
state :shell_expr do
|
97
|
-
rule(
|
98
|
-
rule %r
|
124
|
+
rule(/[({]/) { delegate @shell; push }
|
125
|
+
rule %r/[)}]/, Name::Function, :pop!
|
99
126
|
mixin :shell
|
100
127
|
end
|
101
128
|
|
@@ -0,0 +1,115 @@
|
|
1
|
+
# -*- coding: utf-8 -*- #
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Rouge
|
5
|
+
module Lexers
|
6
|
+
class Mason < TemplateLexer
|
7
|
+
title 'Mason'
|
8
|
+
desc 'The HTML::Mason framework (https://metacpan.org/pod/HTML::Mason)'
|
9
|
+
tag 'mason'
|
10
|
+
filenames '*.mi', '*.mc', '*.mas', '*.m', '*.mhtml', '*.mcomp', 'autohandler', 'dhandler'
|
11
|
+
mimetypes 'text/x-mason', 'application/x-mason'
|
12
|
+
|
13
|
+
def initialize(*)
|
14
|
+
super
|
15
|
+
@perl = Perl.new
|
16
|
+
end
|
17
|
+
|
18
|
+
def self.detect?(text)
|
19
|
+
return false if text.doctype?(/((?:ht|x)ml)/)
|
20
|
+
return true if text.doctype?
|
21
|
+
end
|
22
|
+
|
23
|
+
# Note: If you add a tag in the lines below, you also need to modify "disambiguate '*.m'" in file disambiguation.rb
|
24
|
+
TEXT_BLOCKS = %w(text doc)
|
25
|
+
PERL_BLOCKS = %w(args flags attr init once shared perl cleanup filter)
|
26
|
+
COMPONENTS = %w(def method)
|
27
|
+
|
28
|
+
state :root do
|
29
|
+
mixin :mason_tags
|
30
|
+
end
|
31
|
+
|
32
|
+
state :mason_tags do
|
33
|
+
rule %r/\s+/, Text::Whitespace
|
34
|
+
|
35
|
+
rule %r/<%(#{TEXT_BLOCKS.join('|')})>/oi, Comment::Preproc, :text_block
|
36
|
+
|
37
|
+
rule %r/<%(#{PERL_BLOCKS.join('|')})>/oi, Comment::Preproc, :perl_block
|
38
|
+
|
39
|
+
rule %r/(<%(#{COMPONENTS.join('|')}))([^>]*)(>)/oi do |m|
|
40
|
+
token Comment::Preproc, m[1]
|
41
|
+
token Name, m[3]
|
42
|
+
token Comment::Preproc, m[4]
|
43
|
+
push :component_block
|
44
|
+
end
|
45
|
+
|
46
|
+
# perl line
|
47
|
+
rule %r/^(%)(.*)$/ do |m|
|
48
|
+
token Comment::Preproc, m[1]
|
49
|
+
delegate @perl, m[2]
|
50
|
+
end
|
51
|
+
|
52
|
+
# start of component call
|
53
|
+
rule %r/<%/, Comment::Preproc, :component_call
|
54
|
+
|
55
|
+
# start of component with content
|
56
|
+
rule %r/<&\|/ do
|
57
|
+
token Comment::Preproc
|
58
|
+
push :component_with_content
|
59
|
+
push :component_sub
|
60
|
+
end
|
61
|
+
|
62
|
+
# start of component substitution
|
63
|
+
rule %r/<&/, Comment::Preproc, :component_sub
|
64
|
+
|
65
|
+
# fallback to HTML until a mason tag is encountered
|
66
|
+
rule(/(.+?)(?=(<\/?&|<\/?%|^%|^#))/m) { delegate parent }
|
67
|
+
|
68
|
+
# if we get here, there's no more mason tags, so we parse the rest of the doc as HTML
|
69
|
+
rule(/.+/m) { delegate parent }
|
70
|
+
end
|
71
|
+
|
72
|
+
state :perl_block do
|
73
|
+
rule %r/<\/%(#{PERL_BLOCKS.join('|')})>/oi, Comment::Preproc, :pop!
|
74
|
+
rule %r/\s+/, Text::Whitespace
|
75
|
+
rule %r/^(#.*)$/, Comment
|
76
|
+
rule(/(.*?[^"])(?=<\/%)/m) { delegate @perl }
|
77
|
+
end
|
78
|
+
|
79
|
+
state :text_block do
|
80
|
+
rule %r/<\/%(#{TEXT_BLOCKS.join('|')})>/oi, Comment::Preproc, :pop!
|
81
|
+
rule %r/\s+/, Text::Whitespace
|
82
|
+
rule %r/^(#.*)$/, Comment
|
83
|
+
rule %r/(.*?[^"])(?=<\/%)/m, Comment
|
84
|
+
end
|
85
|
+
|
86
|
+
state :component_block do
|
87
|
+
rule %r/<\/%(#{COMPONENTS.join('|')})>/oi, Comment::Preproc, :pop!
|
88
|
+
rule %r/\s+/, Text::Whitespace
|
89
|
+
rule %r/^(#.*)$/, Comment
|
90
|
+
mixin :mason_tags
|
91
|
+
end
|
92
|
+
|
93
|
+
state :component_with_content do
|
94
|
+
rule %r/<\/&>/ do
|
95
|
+
token Comment::Preproc
|
96
|
+
pop!
|
97
|
+
end
|
98
|
+
|
99
|
+
mixin :mason_tags
|
100
|
+
end
|
101
|
+
|
102
|
+
state :component_sub do
|
103
|
+
rule %r/&>/, Comment::Preproc, :pop!
|
104
|
+
|
105
|
+
rule(/(.*?)(?=&>)/m) { delegate @perl }
|
106
|
+
end
|
107
|
+
|
108
|
+
state :component_call do
|
109
|
+
rule %r/%>/, Comment::Preproc, :pop!
|
110
|
+
|
111
|
+
rule(/(.*?)(?=%>)/m) { delegate @perl }
|
112
|
+
end
|
113
|
+
end
|
114
|
+
end
|
115
|
+
end
|
data/lib/rouge/lexers/matlab.rb
CHANGED
@@ -19,8 +19,10 @@ module Rouge
|
|
19
19
|
end
|
20
20
|
|
21
21
|
def self.builtins
|
22
|
-
|
23
|
-
|
22
|
+
# Load Matlab keywords from separate YML file
|
23
|
+
@builtins ||= ::YAML.load_file(File.join(__dir__, 'matlab/builtins.yml')).tap do |a|
|
24
|
+
Set.new a
|
25
|
+
end
|
24
26
|
end
|
25
27
|
|
26
28
|
state :root do
|
@@ -0,0 +1,3515 @@
|
|
1
|
+
- "abs"
|
2
|
+
- "accumarray"
|
3
|
+
- "acos"
|
4
|
+
- "acosd"
|
5
|
+
- "acosh"
|
6
|
+
- "acot"
|
7
|
+
- "acotd"
|
8
|
+
- "acoth"
|
9
|
+
- "acsc"
|
10
|
+
- "acscd"
|
11
|
+
- "acsch"
|
12
|
+
- "actxcontrol"
|
13
|
+
- "actxcontrollist"
|
14
|
+
- "actxcontrolselect"
|
15
|
+
- "actxGetRunningServer"
|
16
|
+
- "actxserver"
|
17
|
+
- "add"
|
18
|
+
- "addboundary"
|
19
|
+
- "addcats"
|
20
|
+
- "addCause"
|
21
|
+
- "addClass"
|
22
|
+
- "addCondition"
|
23
|
+
- "addConditionsFrom"
|
24
|
+
- "addConstructor"
|
25
|
+
- "addCorrection"
|
26
|
+
- "addedge"
|
27
|
+
- "addevent"
|
28
|
+
- "addFields"
|
29
|
+
- "addFields"
|
30
|
+
- "addFile"
|
31
|
+
- "addFolderIncludingChildFiles"
|
32
|
+
- "addFunction"
|
33
|
+
- "addLabel"
|
34
|
+
- "addlistener"
|
35
|
+
- "addMethod"
|
36
|
+
- "addmulti"
|
37
|
+
- "addnode"
|
38
|
+
- "addOptional"
|
39
|
+
- "addParameter"
|
40
|
+
- "addParamValue"
|
41
|
+
- "addPath"
|
42
|
+
- "addpath"
|
43
|
+
- "addPlugin"
|
44
|
+
- "addpoints"
|
45
|
+
- "addpref"
|
46
|
+
- "addprop"
|
47
|
+
- "addprop"
|
48
|
+
- "addproperty"
|
49
|
+
- "addProperty"
|
50
|
+
- "addReference"
|
51
|
+
- "addRequired"
|
52
|
+
- "addsample"
|
53
|
+
- "addsampletocollection"
|
54
|
+
- "addShortcut"
|
55
|
+
- "addShutdownFile"
|
56
|
+
- "addStartupFile"
|
57
|
+
- "addTeardown"
|
58
|
+
- "addTeardown"
|
59
|
+
- "addtodate"
|
60
|
+
- "addToolbarExplorationButtons"
|
61
|
+
- "addts"
|
62
|
+
- "addvars"
|
63
|
+
- "adjacency"
|
64
|
+
- "airy"
|
65
|
+
- "align"
|
66
|
+
- "alim"
|
67
|
+
- "all"
|
68
|
+
- "allchild"
|
69
|
+
- "allowModelReferenceDiscreteSampleTimeInheritanceImpl"
|
70
|
+
- "alpha"
|
71
|
+
- "alphamap"
|
72
|
+
- "alphaShape"
|
73
|
+
- "alphaSpectrum"
|
74
|
+
- "alphaTriangulation"
|
75
|
+
- "amd"
|
76
|
+
- "analyzeCodeCompatibility"
|
77
|
+
- "ancestor"
|
78
|
+
- "and"
|
79
|
+
- "angle"
|
80
|
+
- "animatedline"
|
81
|
+
- "annotation"
|
82
|
+
- "ans"
|
83
|
+
- "any"
|
84
|
+
- "appdesigner"
|
85
|
+
- "append"
|
86
|
+
- "append"
|
87
|
+
- "applyFixture"
|
88
|
+
- "applyFixture"
|
89
|
+
- "area"
|
90
|
+
- "area"
|
91
|
+
- "area"
|
92
|
+
- "array2table"
|
93
|
+
- "array2timetable"
|
94
|
+
- "arrayfun"
|
95
|
+
- "ascii"
|
96
|
+
- "asec"
|
97
|
+
- "asecd"
|
98
|
+
- "asech"
|
99
|
+
- "asin"
|
100
|
+
- "asind"
|
101
|
+
- "asinh"
|
102
|
+
- "assert"
|
103
|
+
- "assertAccessed"
|
104
|
+
- "assertCalled"
|
105
|
+
- "assertClass"
|
106
|
+
- "assertEmpty"
|
107
|
+
- "assertEqual"
|
108
|
+
- "assertError"
|
109
|
+
- "assertFail"
|
110
|
+
- "assertFalse"
|
111
|
+
- "assertGreaterThan"
|
112
|
+
- "assertGreaterThanOrEqual"
|
113
|
+
- "assertInstanceOf"
|
114
|
+
- "assertLength"
|
115
|
+
- "assertLessThan"
|
116
|
+
- "assertLessThanOrEqual"
|
117
|
+
- "assertMatches"
|
118
|
+
- "assertNotAccessed"
|
119
|
+
- "assertNotCalled"
|
120
|
+
- "assertNotEmpty"
|
121
|
+
- "assertNotEqual"
|
122
|
+
- "assertNotSameHandle"
|
123
|
+
- "assertNotSet"
|
124
|
+
- "assertNumElements"
|
125
|
+
- "assertReturnsTrue"
|
126
|
+
- "assertSameHandle"
|
127
|
+
- "assertSet"
|
128
|
+
- "assertSize"
|
129
|
+
- "assertSubstring"
|
130
|
+
- "assertThat"
|
131
|
+
- "assertTrue"
|
132
|
+
- "assertUsing"
|
133
|
+
- "assertWarning"
|
134
|
+
- "assertWarningFree"
|
135
|
+
- "assignin"
|
136
|
+
- "assignOutputsWhen"
|
137
|
+
- "assumeAccessed"
|
138
|
+
- "assumeCalled"
|
139
|
+
- "assumeClass"
|
140
|
+
- "assumeEmpty"
|
141
|
+
- "assumeEqual"
|
142
|
+
- "assumeError"
|
143
|
+
- "assumeFail"
|
144
|
+
- "assumeFalse"
|
145
|
+
- "assumeGreaterThan"
|
146
|
+
- "assumeGreaterThanOrEqual"
|
147
|
+
- "assumeInstanceOf"
|
148
|
+
- "assumeLength"
|
149
|
+
- "assumeLessThan"
|
150
|
+
- "assumeLessThanOrEqual"
|
151
|
+
- "assumeMatches"
|
152
|
+
- "assumeNotAccessed"
|
153
|
+
- "assumeNotCalled"
|
154
|
+
- "assumeNotEmpty"
|
155
|
+
- "assumeNotEqual"
|
156
|
+
- "assumeNotSameHandle"
|
157
|
+
- "assumeNotSet"
|
158
|
+
- "assumeNumElements"
|
159
|
+
- "assumeReturnsTrue"
|
160
|
+
- "assumeSameHandle"
|
161
|
+
- "assumeSet"
|
162
|
+
- "assumeSize"
|
163
|
+
- "assumeSubstring"
|
164
|
+
- "assumeThat"
|
165
|
+
- "assumeTrue"
|
166
|
+
- "assumeUsing"
|
167
|
+
- "assumeWarning"
|
168
|
+
- "assumeWarningFree"
|
169
|
+
- "atan"
|
170
|
+
- "atan2"
|
171
|
+
- "atan2d"
|
172
|
+
- "atand"
|
173
|
+
- "atanh"
|
174
|
+
- "audiodevinfo"
|
175
|
+
- "audioinfo"
|
176
|
+
- "audioplayer"
|
177
|
+
- "audioread"
|
178
|
+
- "audiorecorder"
|
179
|
+
- "audiowrite"
|
180
|
+
- "autumn"
|
181
|
+
- "aviinfo"
|
182
|
+
- "axes"
|
183
|
+
- "axis"
|
184
|
+
- "axtoolbar"
|
185
|
+
- "axtoolbarbtn"
|
186
|
+
- "balance"
|
187
|
+
- "bandwidth"
|
188
|
+
- "bar"
|
189
|
+
- "bar3"
|
190
|
+
- "bar3h"
|
191
|
+
- "barh"
|
192
|
+
- "barycentricToCartesian"
|
193
|
+
- "baryToCart"
|
194
|
+
- "base2dec"
|
195
|
+
- "batchStartupOptionUsed"
|
196
|
+
- "bctree"
|
197
|
+
- "beep"
|
198
|
+
- "BeginInvoke"
|
199
|
+
- "bench"
|
200
|
+
- "besselh"
|
201
|
+
- "besseli"
|
202
|
+
- "besselj"
|
203
|
+
- "besselk"
|
204
|
+
- "bessely"
|
205
|
+
- "beta"
|
206
|
+
- "betainc"
|
207
|
+
- "betaincinv"
|
208
|
+
- "betaln"
|
209
|
+
- "between"
|
210
|
+
- "bfsearch"
|
211
|
+
- "bicg"
|
212
|
+
- "bicgstab"
|
213
|
+
- "bicgstabl"
|
214
|
+
- "biconncomp"
|
215
|
+
- "bin2dec"
|
216
|
+
- "binary"
|
217
|
+
- "binscatter"
|
218
|
+
- "bitand"
|
219
|
+
- "bitcmp"
|
220
|
+
- "bitget"
|
221
|
+
- "bitnot"
|
222
|
+
- "bitor"
|
223
|
+
- "bitset"
|
224
|
+
- "bitshift"
|
225
|
+
- "bitxor"
|
226
|
+
- "blanks"
|
227
|
+
- "blkdiag"
|
228
|
+
- "bone"
|
229
|
+
- "boundary"
|
230
|
+
- "boundary"
|
231
|
+
- "boundaryFacets"
|
232
|
+
- "boundaryshape"
|
233
|
+
- "boundingbox"
|
234
|
+
- "bounds"
|
235
|
+
- "box"
|
236
|
+
- "break"
|
237
|
+
- "brighten"
|
238
|
+
- "brush"
|
239
|
+
- "bsxfun"
|
240
|
+
- "build"
|
241
|
+
- "builddocsearchdb"
|
242
|
+
- "builtin"
|
243
|
+
- "bvp4c"
|
244
|
+
- "bvp5c"
|
245
|
+
- "bvpget"
|
246
|
+
- "bvpinit"
|
247
|
+
- "bvpset"
|
248
|
+
- "bvpxtend"
|
249
|
+
- "caldays"
|
250
|
+
- "caldiff"
|
251
|
+
- "calendar"
|
252
|
+
- "calendarDuration"
|
253
|
+
- "calllib"
|
254
|
+
- "callSoapService"
|
255
|
+
- "calmonths"
|
256
|
+
- "calquarters"
|
257
|
+
- "calweeks"
|
258
|
+
- "calyears"
|
259
|
+
- "camdolly"
|
260
|
+
- "cameratoolbar"
|
261
|
+
- "camlight"
|
262
|
+
- "camlookat"
|
263
|
+
- "camorbit"
|
264
|
+
- "campan"
|
265
|
+
- "campos"
|
266
|
+
- "camproj"
|
267
|
+
- "camroll"
|
268
|
+
- "camtarget"
|
269
|
+
- "camup"
|
270
|
+
- "camva"
|
271
|
+
- "camzoom"
|
272
|
+
- "cancel"
|
273
|
+
- "cancelled"
|
274
|
+
- "cart2pol"
|
275
|
+
- "cart2sph"
|
276
|
+
- "cartesianToBarycentric"
|
277
|
+
- "cartToBary"
|
278
|
+
- "cast"
|
279
|
+
- "cat"
|
280
|
+
- "cat"
|
281
|
+
- "categorical"
|
282
|
+
- "categories"
|
283
|
+
- "caxis"
|
284
|
+
- "cd"
|
285
|
+
- "cd"
|
286
|
+
- "cdf2rdf"
|
287
|
+
- "cdfepoch"
|
288
|
+
- "cdfinfo"
|
289
|
+
- "cdflib"
|
290
|
+
- "cdflib.close"
|
291
|
+
- "cdflib.closeVar"
|
292
|
+
- "cdflib.computeEpoch"
|
293
|
+
- "cdflib.computeEpoch16"
|
294
|
+
- "cdflib.create"
|
295
|
+
- "cdflib.createAttr"
|
296
|
+
- "cdflib.createVar"
|
297
|
+
- "cdflib.delete"
|
298
|
+
- "cdflib.deleteAttr"
|
299
|
+
- "cdflib.deleteAttrEntry"
|
300
|
+
- "cdflib.deleteAttrgEntry"
|
301
|
+
- "cdflib.deleteVar"
|
302
|
+
- "cdflib.deleteVarRecords"
|
303
|
+
- "cdflib.epoch16Breakdown"
|
304
|
+
- "cdflib.epochBreakdown"
|
305
|
+
- "cdflib.getAttrEntry"
|
306
|
+
- "cdflib.getAttrgEntry"
|
307
|
+
- "cdflib.getAttrMaxEntry"
|
308
|
+
- "cdflib.getAttrMaxgEntry"
|
309
|
+
- "cdflib.getAttrName"
|
310
|
+
- "cdflib.getAttrNum"
|
311
|
+
- "cdflib.getAttrScope"
|
312
|
+
- "cdflib.getCacheSize"
|
313
|
+
- "cdflib.getChecksum"
|
314
|
+
- "cdflib.getCompression"
|
315
|
+
- "cdflib.getCompressionCacheSize"
|
316
|
+
- "cdflib.getConstantNames"
|
317
|
+
- "cdflib.getConstantValue"
|
318
|
+
- "cdflib.getCopyright"
|
319
|
+
- "cdflib.getFileBackward"
|
320
|
+
- "cdflib.getFormat"
|
321
|
+
- "cdflib.getLibraryCopyright"
|
322
|
+
- "cdflib.getLibraryVersion"
|
323
|
+
- "cdflib.getMajority"
|
324
|
+
- "cdflib.getName"
|
325
|
+
- "cdflib.getNumAttrEntries"
|
326
|
+
- "cdflib.getNumAttrgEntries"
|
327
|
+
- "cdflib.getNumAttributes"
|
328
|
+
- "cdflib.getNumgAttributes"
|
329
|
+
- "cdflib.getReadOnlyMode"
|
330
|
+
- "cdflib.getStageCacheSize"
|
331
|
+
- "cdflib.getValidate"
|
332
|
+
- "cdflib.getVarAllocRecords"
|
333
|
+
- "cdflib.getVarBlockingFactor"
|
334
|
+
- "cdflib.getVarCacheSize"
|
335
|
+
- "cdflib.getVarCompression"
|
336
|
+
- "cdflib.getVarData"
|
337
|
+
- "cdflib.getVarMaxAllocRecNum"
|
338
|
+
- "cdflib.getVarMaxWrittenRecNum"
|
339
|
+
- "cdflib.getVarName"
|
340
|
+
- "cdflib.getVarNum"
|
341
|
+
- "cdflib.getVarNumRecsWritten"
|
342
|
+
- "cdflib.getVarPadValue"
|
343
|
+
- "cdflib.getVarRecordData"
|
344
|
+
- "cdflib.getVarReservePercent"
|
345
|
+
- "cdflib.getVarsMaxWrittenRecNum"
|
346
|
+
- "cdflib.getVarSparseRecords"
|
347
|
+
- "cdflib.getVersion"
|
348
|
+
- "cdflib.hyperGetVarData"
|
349
|
+
- "cdflib.hyperPutVarData"
|
350
|
+
- "cdflib.inquire"
|
351
|
+
- "cdflib.inquireAttr"
|
352
|
+
- "cdflib.inquireAttrEntry"
|
353
|
+
- "cdflib.inquireAttrgEntry"
|
354
|
+
- "cdflib.inquireVar"
|
355
|
+
- "cdflib.open"
|
356
|
+
- "cdflib.putAttrEntry"
|
357
|
+
- "cdflib.putAttrgEntry"
|
358
|
+
- "cdflib.putVarData"
|
359
|
+
- "cdflib.putVarRecordData"
|
360
|
+
- "cdflib.renameAttr"
|
361
|
+
- "cdflib.renameVar"
|
362
|
+
- "cdflib.setCacheSize"
|
363
|
+
- "cdflib.setChecksum"
|
364
|
+
- "cdflib.setCompression"
|
365
|
+
- "cdflib.setCompressionCacheSize"
|
366
|
+
- "cdflib.setFileBackward"
|
367
|
+
- "cdflib.setFormat"
|
368
|
+
- "cdflib.setMajority"
|
369
|
+
- "cdflib.setReadOnlyMode"
|
370
|
+
- "cdflib.setStageCacheSize"
|
371
|
+
- "cdflib.setValidate"
|
372
|
+
- "cdflib.setVarAllocBlockRecords"
|
373
|
+
- "cdflib.setVarBlockingFactor"
|
374
|
+
- "cdflib.setVarCacheSize"
|
375
|
+
- "cdflib.setVarCompression"
|
376
|
+
- "cdflib.setVarInitialRecs"
|
377
|
+
- "cdflib.setVarPadValue"
|
378
|
+
- "cdflib.SetVarReservePercent"
|
379
|
+
- "cdflib.setVarsCacheSize"
|
380
|
+
- "cdflib.setVarSparseRecords"
|
381
|
+
- "cdfread"
|
382
|
+
- "cdfwrite"
|
383
|
+
- "ceil"
|
384
|
+
- "cell"
|
385
|
+
- "cell2mat"
|
386
|
+
- "cell2struct"
|
387
|
+
- "cell2table"
|
388
|
+
- "celldisp"
|
389
|
+
- "cellfun"
|
390
|
+
- "cellplot"
|
391
|
+
- "cellstr"
|
392
|
+
- "centrality"
|
393
|
+
- "centroid"
|
394
|
+
- "cgs"
|
395
|
+
- "changeFields"
|
396
|
+
- "changeFields"
|
397
|
+
- "char"
|
398
|
+
- "char"
|
399
|
+
- "checkcode"
|
400
|
+
- "checkin"
|
401
|
+
- "checkout"
|
402
|
+
- "chol"
|
403
|
+
- "cholupdate"
|
404
|
+
- "choose"
|
405
|
+
- "circshift"
|
406
|
+
- "circumcenter"
|
407
|
+
- "circumcenters"
|
408
|
+
- "cla"
|
409
|
+
- "clabel"
|
410
|
+
- "class"
|
411
|
+
- "classdef"
|
412
|
+
- "classUnderlying"
|
413
|
+
- "clc"
|
414
|
+
- "clear"
|
415
|
+
- "clear"
|
416
|
+
- "clearAllMemoizedCaches"
|
417
|
+
- "clearCache"
|
418
|
+
- "clearMockHistory"
|
419
|
+
- "clearPersonalValue"
|
420
|
+
- "clearpoints"
|
421
|
+
- "clearTemporaryValue"
|
422
|
+
- "clearvars"
|
423
|
+
- "clf"
|
424
|
+
- "clibgen.buildInterface"
|
425
|
+
- "clibgen.ClassDefinition"
|
426
|
+
- "clibgen.ConstructorDefinition"
|
427
|
+
- "clibgen.EnumDefinition"
|
428
|
+
- "clibgen.FunctionDefinition"
|
429
|
+
- "clibgen.generateLibraryDefinition"
|
430
|
+
- "clibgen.LibraryDefinition"
|
431
|
+
- "clibgen.MethodDefinition"
|
432
|
+
- "clibgen.PropertyDefinition"
|
433
|
+
- "clibRelease"
|
434
|
+
- "clipboard"
|
435
|
+
- "clock"
|
436
|
+
- "clone"
|
437
|
+
- "close"
|
438
|
+
- "close"
|
439
|
+
- "close"
|
440
|
+
- "close"
|
441
|
+
- "close"
|
442
|
+
- "closeFile"
|
443
|
+
- "closereq"
|
444
|
+
- "cmopts"
|
445
|
+
- "cmpermute"
|
446
|
+
- "cmunique"
|
447
|
+
- "CodeCompatibilityAnalysis"
|
448
|
+
- "codeCompatibilityReport"
|
449
|
+
- "colamd"
|
450
|
+
- "collapse"
|
451
|
+
- "colon"
|
452
|
+
- "colorbar"
|
453
|
+
- "colorcube"
|
454
|
+
- "colordef"
|
455
|
+
- "colormap"
|
456
|
+
- "ColorSpec"
|
457
|
+
- "colperm"
|
458
|
+
- "COM"
|
459
|
+
- "com.mathworks.engine.MatlabEngine"
|
460
|
+
- "com.mathworks.matlab.types.CellStr"
|
461
|
+
- "com.mathworks.matlab.types.Complex"
|
462
|
+
- "com.mathworks.matlab.types.HandleObject"
|
463
|
+
- "com.mathworks.matlab.types.Struct"
|
464
|
+
- "combine"
|
465
|
+
- "Combine"
|
466
|
+
- "CombinedDatastore"
|
467
|
+
- "comet"
|
468
|
+
- "comet3"
|
469
|
+
- "compan"
|
470
|
+
- "compass"
|
471
|
+
- "complete"
|
472
|
+
- "complete"
|
473
|
+
- "complete"
|
474
|
+
- "complete"
|
475
|
+
- "complete"
|
476
|
+
- "complete"
|
477
|
+
- "complete"
|
478
|
+
- "complex"
|
479
|
+
- "compose"
|
480
|
+
- "computer"
|
481
|
+
- "cond"
|
482
|
+
- "condeig"
|
483
|
+
- "condensation"
|
484
|
+
- "condest"
|
485
|
+
- "coneplot"
|
486
|
+
- "conj"
|
487
|
+
- "conncomp"
|
488
|
+
- "containers.Map"
|
489
|
+
- "contains"
|
490
|
+
- "continue"
|
491
|
+
- "contour"
|
492
|
+
- "contour3"
|
493
|
+
- "contourc"
|
494
|
+
- "contourf"
|
495
|
+
- "contourslice"
|
496
|
+
- "contrast"
|
497
|
+
- "conv"
|
498
|
+
- "conv2"
|
499
|
+
- "convert"
|
500
|
+
- "convert"
|
501
|
+
- "convert"
|
502
|
+
- "convertCharsToStrings"
|
503
|
+
- "convertContainedStringsToChars"
|
504
|
+
- "convertLike"
|
505
|
+
- "convertStringsToChars"
|
506
|
+
- "convertvars"
|
507
|
+
- "convexHull"
|
508
|
+
- "convexHull"
|
509
|
+
- "convhull"
|
510
|
+
- "convhull"
|
511
|
+
- "convhulln"
|
512
|
+
- "convn"
|
513
|
+
- "cool"
|
514
|
+
- "copper"
|
515
|
+
- "copy"
|
516
|
+
- "copyElement"
|
517
|
+
- "copyfile"
|
518
|
+
- "copyHDU"
|
519
|
+
- "copyobj"
|
520
|
+
- "copyTo"
|
521
|
+
- "corrcoef"
|
522
|
+
- "cos"
|
523
|
+
- "cosd"
|
524
|
+
- "cosh"
|
525
|
+
- "cospi"
|
526
|
+
- "cot"
|
527
|
+
- "cotd"
|
528
|
+
- "coth"
|
529
|
+
- "count"
|
530
|
+
- "countcats"
|
531
|
+
- "countEachLabel"
|
532
|
+
- "cov"
|
533
|
+
- "cplxpair"
|
534
|
+
- "cputime"
|
535
|
+
- "createCategory"
|
536
|
+
- "createClassFromWsdl"
|
537
|
+
- "createFile"
|
538
|
+
- "createImg"
|
539
|
+
- "createLabel"
|
540
|
+
- "createMock"
|
541
|
+
- "createSampleTime"
|
542
|
+
- "createSharedTestFixture"
|
543
|
+
- "createSoapMessage"
|
544
|
+
- "createTbl"
|
545
|
+
- "createTestClassInstance"
|
546
|
+
- "createTestMethodInstance"
|
547
|
+
- "criticalAlpha"
|
548
|
+
- "cross"
|
549
|
+
- "csc"
|
550
|
+
- "cscd"
|
551
|
+
- "csch"
|
552
|
+
- "csvread"
|
553
|
+
- "csvwrite"
|
554
|
+
- "ctranspose"
|
555
|
+
- "cummax"
|
556
|
+
- "cummin"
|
557
|
+
- "cumprod"
|
558
|
+
- "cumsum"
|
559
|
+
- "cumtrapz"
|
560
|
+
- "curl"
|
561
|
+
- "currentProject"
|
562
|
+
- "customverctrl"
|
563
|
+
- "cylinder"
|
564
|
+
- "daqread"
|
565
|
+
- "daspect"
|
566
|
+
- "datacursormode"
|
567
|
+
- "datastore"
|
568
|
+
- "dataTipInteraction"
|
569
|
+
- "dataTipTextRow"
|
570
|
+
- "date"
|
571
|
+
- "datenum"
|
572
|
+
- "dateshift"
|
573
|
+
- "datestr"
|
574
|
+
- "datetick"
|
575
|
+
- "datetime"
|
576
|
+
- "datevec"
|
577
|
+
- "day"
|
578
|
+
- "days"
|
579
|
+
- "dbclear"
|
580
|
+
- "dbcont"
|
581
|
+
- "dbdown"
|
582
|
+
- "dblquad"
|
583
|
+
- "dbmex"
|
584
|
+
- "dbquit"
|
585
|
+
- "dbstack"
|
586
|
+
- "dbstatus"
|
587
|
+
- "dbstep"
|
588
|
+
- "dbstop"
|
589
|
+
- "dbtype"
|
590
|
+
- "dbup"
|
591
|
+
- "dde23"
|
592
|
+
- "ddeget"
|
593
|
+
- "ddensd"
|
594
|
+
- "ddesd"
|
595
|
+
- "ddeset"
|
596
|
+
- "deal"
|
597
|
+
- "deblank"
|
598
|
+
- "dec2base"
|
599
|
+
- "dec2bin"
|
600
|
+
- "dec2hex"
|
601
|
+
- "decic"
|
602
|
+
- "decomposition"
|
603
|
+
- "deconv"
|
604
|
+
- "defineArgument"
|
605
|
+
- "defineArgument"
|
606
|
+
- "defineArgument"
|
607
|
+
- "defineOutput"
|
608
|
+
- "defineOutput"
|
609
|
+
- "deg2rad"
|
610
|
+
- "degree"
|
611
|
+
- "del2"
|
612
|
+
- "delaunay"
|
613
|
+
- "delaunayn"
|
614
|
+
- "DelaunayTri"
|
615
|
+
- "DelaunayTri"
|
616
|
+
- "delaunayTriangulation"
|
617
|
+
- "delegateTo"
|
618
|
+
- "delegateTo"
|
619
|
+
- "delete"
|
620
|
+
- "delete"
|
621
|
+
- "delete"
|
622
|
+
- "delete"
|
623
|
+
- "delete"
|
624
|
+
- "deleteCol"
|
625
|
+
- "deleteFile"
|
626
|
+
- "deleteHDU"
|
627
|
+
- "deleteKey"
|
628
|
+
- "deleteproperty"
|
629
|
+
- "deleteRecord"
|
630
|
+
- "deleteRows"
|
631
|
+
- "delevent"
|
632
|
+
- "delimitedTextImportOptions"
|
633
|
+
- "delsample"
|
634
|
+
- "delsamplefromcollection"
|
635
|
+
- "demo"
|
636
|
+
- "det"
|
637
|
+
- "details"
|
638
|
+
- "detectImportOptions"
|
639
|
+
- "detrend"
|
640
|
+
- "detrend"
|
641
|
+
- "deval"
|
642
|
+
- "dfsearch"
|
643
|
+
- "diag"
|
644
|
+
- "diagnose"
|
645
|
+
- "dialog"
|
646
|
+
- "diary"
|
647
|
+
- "diff"
|
648
|
+
- "diffuse"
|
649
|
+
- "digraph"
|
650
|
+
- "dir"
|
651
|
+
- "dir"
|
652
|
+
- "disableDefaultInteractivity"
|
653
|
+
- "discretize"
|
654
|
+
- "disp"
|
655
|
+
- "disp"
|
656
|
+
- "disp"
|
657
|
+
- "display"
|
658
|
+
- "displayEmptyObject"
|
659
|
+
- "displayNonScalarObject"
|
660
|
+
- "displayScalarHandleToDeletedObject"
|
661
|
+
- "displayScalarObject"
|
662
|
+
- "dissect"
|
663
|
+
- "distances"
|
664
|
+
- "dither"
|
665
|
+
- "divergence"
|
666
|
+
- "dlmread"
|
667
|
+
- "dlmwrite"
|
668
|
+
- "dmperm"
|
669
|
+
- "doc"
|
670
|
+
- "docsearch"
|
671
|
+
- "done"
|
672
|
+
- "done"
|
673
|
+
- "dos"
|
674
|
+
- "dot"
|
675
|
+
- "double"
|
676
|
+
- "drag"
|
677
|
+
- "dragrect"
|
678
|
+
- "drawnow"
|
679
|
+
- "dsearchn"
|
680
|
+
- "duration"
|
681
|
+
- "dynamicprops"
|
682
|
+
- "echo"
|
683
|
+
- "echodemo"
|
684
|
+
- "edgeAttachments"
|
685
|
+
- "edgeAttachments"
|
686
|
+
- "edgecount"
|
687
|
+
- "edges"
|
688
|
+
- "edges"
|
689
|
+
- "edit"
|
690
|
+
- "eig"
|
691
|
+
- "eigs"
|
692
|
+
- "ellipj"
|
693
|
+
- "ellipke"
|
694
|
+
- "ellipsoid"
|
695
|
+
- "empty"
|
696
|
+
- "enableDefaultInteractivity"
|
697
|
+
- "enableNETfromNetworkDrive"
|
698
|
+
- "enableservice"
|
699
|
+
- "end"
|
700
|
+
- "EndInvoke"
|
701
|
+
- "endsWith"
|
702
|
+
- "enumeration"
|
703
|
+
- "eomday"
|
704
|
+
- "eps"
|
705
|
+
- "eq"
|
706
|
+
- "eq"
|
707
|
+
- "equilibrate"
|
708
|
+
- "erase"
|
709
|
+
- "eraseBetween"
|
710
|
+
- "erf"
|
711
|
+
- "erfc"
|
712
|
+
- "erfcinv"
|
713
|
+
- "erfcx"
|
714
|
+
- "erfinv"
|
715
|
+
- "error"
|
716
|
+
- "errorbar"
|
717
|
+
- "errordlg"
|
718
|
+
- "etime"
|
719
|
+
- "etree"
|
720
|
+
- "etreeplot"
|
721
|
+
- "eval"
|
722
|
+
- "evalc"
|
723
|
+
- "evalin"
|
724
|
+
- "event.DynamicPropertyEvent"
|
725
|
+
- "event.EventData"
|
726
|
+
- "event.hasListener"
|
727
|
+
- "event.listener"
|
728
|
+
- "event.PropertyEvent"
|
729
|
+
- "event.proplistener"
|
730
|
+
- "eventlisteners"
|
731
|
+
- "events"
|
732
|
+
- "events"
|
733
|
+
- "exceltime"
|
734
|
+
- "Execute"
|
735
|
+
- "exist"
|
736
|
+
- "exit"
|
737
|
+
- "exp"
|
738
|
+
- "expand"
|
739
|
+
- "expectedContentLength"
|
740
|
+
- "expectedContentLength"
|
741
|
+
- "expint"
|
742
|
+
- "expm"
|
743
|
+
- "expm1"
|
744
|
+
- "export"
|
745
|
+
- "export2wsdlg"
|
746
|
+
- "exportsetupdlg"
|
747
|
+
- "extractAfter"
|
748
|
+
- "extractBefore"
|
749
|
+
- "extractBetween"
|
750
|
+
- "eye"
|
751
|
+
- "ezcontour"
|
752
|
+
- "ezcontourf"
|
753
|
+
- "ezmesh"
|
754
|
+
- "ezmeshc"
|
755
|
+
- "ezplot"
|
756
|
+
- "ezplot3"
|
757
|
+
- "ezpolar"
|
758
|
+
- "ezsurf"
|
759
|
+
- "ezsurfc"
|
760
|
+
- "faceNormal"
|
761
|
+
- "faceNormals"
|
762
|
+
- "factor"
|
763
|
+
- "factorial"
|
764
|
+
- "false"
|
765
|
+
- "fatalAssertAccessed"
|
766
|
+
- "fatalAssertCalled"
|
767
|
+
- "fatalAssertClass"
|
768
|
+
- "fatalAssertEmpty"
|
769
|
+
- "fatalAssertEqual"
|
770
|
+
- "fatalAssertError"
|
771
|
+
- "fatalAssertFail"
|
772
|
+
- "fatalAssertFalse"
|
773
|
+
- "fatalAssertGreaterThan"
|
774
|
+
- "fatalAssertGreaterThanOrEqual"
|
775
|
+
- "fatalAssertInstanceOf"
|
776
|
+
- "fatalAssertLength"
|
777
|
+
- "fatalAssertLessThan"
|
778
|
+
- "fatalAssertLessThanOrEqual"
|
779
|
+
- "fatalAssertMatches"
|
780
|
+
- "fatalAssertNotAccessed"
|
781
|
+
- "fatalAssertNotCalled"
|
782
|
+
- "fatalAssertNotEmpty"
|
783
|
+
- "fatalAssertNotEqual"
|
784
|
+
- "fatalAssertNotSameHandle"
|
785
|
+
- "fatalAssertNotSet"
|
786
|
+
- "fatalAssertNumElements"
|
787
|
+
- "fatalAssertReturnsTrue"
|
788
|
+
- "fatalAssertSameHandle"
|
789
|
+
- "fatalAssertSet"
|
790
|
+
- "fatalAssertSize"
|
791
|
+
- "fatalAssertSubstring"
|
792
|
+
- "fatalAssertThat"
|
793
|
+
- "fatalAssertTrue"
|
794
|
+
- "fatalAssertUsing"
|
795
|
+
- "fatalAssertWarning"
|
796
|
+
- "fatalAssertWarningFree"
|
797
|
+
- "fclose"
|
798
|
+
- "fclose"
|
799
|
+
- "fcontour"
|
800
|
+
- "feather"
|
801
|
+
- "featureEdges"
|
802
|
+
- "featureEdges"
|
803
|
+
- "feof"
|
804
|
+
- "ferror"
|
805
|
+
- "feval"
|
806
|
+
- "Feval"
|
807
|
+
- "feval"
|
808
|
+
- "fewerbins"
|
809
|
+
- "fft"
|
810
|
+
- "fft2"
|
811
|
+
- "fftn"
|
812
|
+
- "fftshift"
|
813
|
+
- "fftw"
|
814
|
+
- "fgetl"
|
815
|
+
- "fgetl"
|
816
|
+
- "fgets"
|
817
|
+
- "fgets"
|
818
|
+
- "fieldnames"
|
819
|
+
- "figure"
|
820
|
+
- "figurepalette"
|
821
|
+
- "fileattrib"
|
822
|
+
- "fileDatastore"
|
823
|
+
- "filemarker"
|
824
|
+
- "fileMode"
|
825
|
+
- "fileName"
|
826
|
+
- "fileparts"
|
827
|
+
- "fileread"
|
828
|
+
- "filesep"
|
829
|
+
- "fill"
|
830
|
+
- "fill3"
|
831
|
+
- "fillmissing"
|
832
|
+
- "filloutliers"
|
833
|
+
- "filter"
|
834
|
+
- "filter"
|
835
|
+
- "filter2"
|
836
|
+
- "fimplicit"
|
837
|
+
- "fimplicit3"
|
838
|
+
- "find"
|
839
|
+
- "findall"
|
840
|
+
- "findCategory"
|
841
|
+
- "findedge"
|
842
|
+
- "findEvent"
|
843
|
+
- "findfigs"
|
844
|
+
- "findFile"
|
845
|
+
- "findgroups"
|
846
|
+
- "findLabel"
|
847
|
+
- "findnode"
|
848
|
+
- "findobj"
|
849
|
+
- "findobj"
|
850
|
+
- "findprop"
|
851
|
+
- "findstr"
|
852
|
+
- "finish"
|
853
|
+
- "fitsdisp"
|
854
|
+
- "fitsinfo"
|
855
|
+
- "fitsread"
|
856
|
+
- "fitswrite"
|
857
|
+
- "fix"
|
858
|
+
- "fixedWidthImportOptions"
|
859
|
+
- "flag"
|
860
|
+
- "flintmax"
|
861
|
+
- "flip"
|
862
|
+
- "flipdim"
|
863
|
+
- "flipedge"
|
864
|
+
- "fliplr"
|
865
|
+
- "flipud"
|
866
|
+
- "floor"
|
867
|
+
- "flow"
|
868
|
+
- "fmesh"
|
869
|
+
- "fminbnd"
|
870
|
+
- "fminsearch"
|
871
|
+
- "fopen"
|
872
|
+
- "fopen"
|
873
|
+
- "for"
|
874
|
+
- "format"
|
875
|
+
- "fplot"
|
876
|
+
- "fplot3"
|
877
|
+
- "fprintf"
|
878
|
+
- "fprintf"
|
879
|
+
- "frame2im"
|
880
|
+
- "fread"
|
881
|
+
- "fread"
|
882
|
+
- "freeBoundary"
|
883
|
+
- "freeBoundary"
|
884
|
+
- "freqspace"
|
885
|
+
- "frewind"
|
886
|
+
- "fscanf"
|
887
|
+
- "fscanf"
|
888
|
+
- "fseek"
|
889
|
+
- "fsurf"
|
890
|
+
- "ftell"
|
891
|
+
- "ftp"
|
892
|
+
- "full"
|
893
|
+
- "fullfile"
|
894
|
+
- "func2str"
|
895
|
+
- "function"
|
896
|
+
- "functions"
|
897
|
+
- "FunctionTestCase"
|
898
|
+
- "functiontests"
|
899
|
+
- "funm"
|
900
|
+
- "fwrite"
|
901
|
+
- "fwrite"
|
902
|
+
- "fzero"
|
903
|
+
- "gallery"
|
904
|
+
- "gamma"
|
905
|
+
- "gammainc"
|
906
|
+
- "gammaincinv"
|
907
|
+
- "gammaln"
|
908
|
+
- "gather"
|
909
|
+
- "gca"
|
910
|
+
- "gcbf"
|
911
|
+
- "gcbo"
|
912
|
+
- "gcd"
|
913
|
+
- "gcf"
|
914
|
+
- "gcmr"
|
915
|
+
- "gco"
|
916
|
+
- "ge"
|
917
|
+
- "genpath"
|
918
|
+
- "genvarname"
|
919
|
+
- "geoaxes"
|
920
|
+
- "geobasemap"
|
921
|
+
- "geobubble"
|
922
|
+
- "geodensityplot"
|
923
|
+
- "geolimits"
|
924
|
+
- "geoplot"
|
925
|
+
- "geoscatter"
|
926
|
+
- "geotickformat"
|
927
|
+
- "get"
|
928
|
+
- "get"
|
929
|
+
- "get"
|
930
|
+
- "get"
|
931
|
+
- "get"
|
932
|
+
- "get"
|
933
|
+
- "get"
|
934
|
+
- "get"
|
935
|
+
- "get"
|
936
|
+
- "get"
|
937
|
+
- "get"
|
938
|
+
- "getabstime"
|
939
|
+
- "getabstime"
|
940
|
+
- "getAColParms"
|
941
|
+
- "getappdata"
|
942
|
+
- "getaudiodata"
|
943
|
+
- "getBColParms"
|
944
|
+
- "GetCharArray"
|
945
|
+
- "getClass"
|
946
|
+
- "getColName"
|
947
|
+
- "getColType"
|
948
|
+
- "getConstantValue"
|
949
|
+
- "getCurrentTime"
|
950
|
+
- "getData"
|
951
|
+
- "getData"
|
952
|
+
- "getData"
|
953
|
+
- "getData"
|
954
|
+
- "getData"
|
955
|
+
- "getdatasamples"
|
956
|
+
- "getdatasamplesize"
|
957
|
+
- "getDiagnosticFor"
|
958
|
+
- "getDiagnosticFor"
|
959
|
+
- "getDiscreteStateImpl"
|
960
|
+
- "getDiscreteStateSpecificationImpl"
|
961
|
+
- "getdisp"
|
962
|
+
- "getenv"
|
963
|
+
- "getEqColType"
|
964
|
+
- "getfield"
|
965
|
+
- "getFields"
|
966
|
+
- "getFields"
|
967
|
+
- "getFileFormats"
|
968
|
+
- "getFooter"
|
969
|
+
- "getframe"
|
970
|
+
- "GetFullMatrix"
|
971
|
+
- "getGlobalNamesImpl"
|
972
|
+
- "getHdrSpace"
|
973
|
+
- "getHDUnum"
|
974
|
+
- "getHDUtype"
|
975
|
+
- "getHeader"
|
976
|
+
- "getHeaderImpl"
|
977
|
+
- "getIconImpl"
|
978
|
+
- "getImgSize"
|
979
|
+
- "getImgType"
|
980
|
+
- "getImpulseResponseLengthImpl"
|
981
|
+
- "getInputDimensionConstraintImpl"
|
982
|
+
- "getinterpmethod"
|
983
|
+
- "getLocation"
|
984
|
+
- "getLocation"
|
985
|
+
- "getMockHistory"
|
986
|
+
- "getNegativeDiagnosticFor"
|
987
|
+
- "getnext"
|
988
|
+
- "getNumCols"
|
989
|
+
- "getNumHDUs"
|
990
|
+
- "getNumInputs"
|
991
|
+
- "getNumInputsImpl"
|
992
|
+
- "getNumOutputs"
|
993
|
+
- "getNumOutputsImpl"
|
994
|
+
- "getNumRows"
|
995
|
+
- "getOpenFiles"
|
996
|
+
- "getOutputDataTypeImpl"
|
997
|
+
- "getOutputDimensionConstraintImpl"
|
998
|
+
- "getOutputSizeImpl"
|
999
|
+
- "getParameter"
|
1000
|
+
- "getParameter"
|
1001
|
+
- "getParameter"
|
1002
|
+
- "getpixelposition"
|
1003
|
+
- "getplayer"
|
1004
|
+
- "getpoints"
|
1005
|
+
- "getPostActValString"
|
1006
|
+
- "getPostConditionString"
|
1007
|
+
- "getPostDescriptionString"
|
1008
|
+
- "getPostExpValString"
|
1009
|
+
- "getPreDescriptionString"
|
1010
|
+
- "getpref"
|
1011
|
+
- "getProfiles"
|
1012
|
+
- "getPropertyGroups"
|
1013
|
+
- "getPropertyGroupsImpl"
|
1014
|
+
- "getqualitydesc"
|
1015
|
+
- "getReasonPhrase"
|
1016
|
+
- "getReasonPhrase"
|
1017
|
+
- "getReport"
|
1018
|
+
- "getsamples"
|
1019
|
+
- "getSampleTime"
|
1020
|
+
- "getSampleTimeImpl"
|
1021
|
+
- "getsampleusingtime"
|
1022
|
+
- "getsampleusingtime"
|
1023
|
+
- "getSharedTestFixtures"
|
1024
|
+
- "getSimulateUsingImpl"
|
1025
|
+
- "getSimulinkFunctionNamesImpl"
|
1026
|
+
- "gettimeseriesnames"
|
1027
|
+
- "getTimeStr"
|
1028
|
+
- "gettsafteratevent"
|
1029
|
+
- "gettsafterevent"
|
1030
|
+
- "gettsatevent"
|
1031
|
+
- "gettsbeforeatevent"
|
1032
|
+
- "gettsbeforeevent"
|
1033
|
+
- "gettsbetweenevents"
|
1034
|
+
- "GetVariable"
|
1035
|
+
- "getvaropts"
|
1036
|
+
- "getVersion"
|
1037
|
+
- "GetWorkspaceData"
|
1038
|
+
- "ginput"
|
1039
|
+
- "global"
|
1040
|
+
- "gmres"
|
1041
|
+
- "gobjects"
|
1042
|
+
- "gplot"
|
1043
|
+
- "grabcode"
|
1044
|
+
- "gradient"
|
1045
|
+
- "graph"
|
1046
|
+
- "GraphPlot"
|
1047
|
+
- "gray"
|
1048
|
+
- "graymon"
|
1049
|
+
- "grid"
|
1050
|
+
- "griddata"
|
1051
|
+
- "griddatan"
|
1052
|
+
- "griddedInterpolant"
|
1053
|
+
- "groot"
|
1054
|
+
- "groupcounts"
|
1055
|
+
- "groupsummary"
|
1056
|
+
- "grouptransform"
|
1057
|
+
- "gsvd"
|
1058
|
+
- "gt"
|
1059
|
+
- "gtext"
|
1060
|
+
- "guidata"
|
1061
|
+
- "guide"
|
1062
|
+
- "guihandles"
|
1063
|
+
- "gunzip"
|
1064
|
+
- "gzip"
|
1065
|
+
- "H5.close"
|
1066
|
+
- "H5.garbage_collect"
|
1067
|
+
- "H5.get_libversion"
|
1068
|
+
- "H5.open"
|
1069
|
+
- "H5.set_free_list_limits"
|
1070
|
+
- "H5A.close"
|
1071
|
+
- "H5A.create"
|
1072
|
+
- "H5A.delete"
|
1073
|
+
- "H5A.get_info"
|
1074
|
+
- "H5A.get_name"
|
1075
|
+
- "H5A.get_space"
|
1076
|
+
- "H5A.get_type"
|
1077
|
+
- "H5A.iterate"
|
1078
|
+
- "H5A.open"
|
1079
|
+
- "H5A.open_by_idx"
|
1080
|
+
- "H5A.open_by_name"
|
1081
|
+
- "H5A.read"
|
1082
|
+
- "H5A.write"
|
1083
|
+
- "h5create"
|
1084
|
+
- "H5D.close"
|
1085
|
+
- "H5D.create"
|
1086
|
+
- "H5D.get_access_plist"
|
1087
|
+
- "H5D.get_create_plist"
|
1088
|
+
- "H5D.get_offset"
|
1089
|
+
- "H5D.get_space"
|
1090
|
+
- "H5D.get_space_status"
|
1091
|
+
- "H5D.get_storage_size"
|
1092
|
+
- "H5D.get_type"
|
1093
|
+
- "H5D.open"
|
1094
|
+
- "H5D.read"
|
1095
|
+
- "H5D.set_extent"
|
1096
|
+
- "H5D.vlen_get_buf_size"
|
1097
|
+
- "H5D.write"
|
1098
|
+
- "h5disp"
|
1099
|
+
- "H5DS.attach_scale"
|
1100
|
+
- "H5DS.detach_scale"
|
1101
|
+
- "H5DS.get_label"
|
1102
|
+
- "H5DS.get_num_scales"
|
1103
|
+
- "H5DS.get_scale_name"
|
1104
|
+
- "H5DS.is_scale"
|
1105
|
+
- "H5DS.iterate_scales"
|
1106
|
+
- "H5DS.set_label"
|
1107
|
+
- "H5DS.set_scale"
|
1108
|
+
- "H5E.clear"
|
1109
|
+
- "H5E.get_major"
|
1110
|
+
- "H5E.get_minor"
|
1111
|
+
- "H5E.walk"
|
1112
|
+
- "H5F.close"
|
1113
|
+
- "H5F.create"
|
1114
|
+
- "H5F.flush"
|
1115
|
+
- "H5F.get_access_plist"
|
1116
|
+
- "H5F.get_create_plist"
|
1117
|
+
- "H5F.get_filesize"
|
1118
|
+
- "H5F.get_freespace"
|
1119
|
+
- "H5F.get_info"
|
1120
|
+
- "H5F.get_mdc_config"
|
1121
|
+
- "H5F.get_mdc_hit_rate"
|
1122
|
+
- "H5F.get_mdc_size"
|
1123
|
+
- "H5F.get_name"
|
1124
|
+
- "H5F.get_obj_count"
|
1125
|
+
- "H5F.get_obj_ids"
|
1126
|
+
- "H5F.is_hdf5"
|
1127
|
+
- "H5F.mount"
|
1128
|
+
- "H5F.open"
|
1129
|
+
- "H5F.reopen"
|
1130
|
+
- "H5F.set_mdc_config"
|
1131
|
+
- "H5F.unmount"
|
1132
|
+
- "H5G.close"
|
1133
|
+
- "H5G.create"
|
1134
|
+
- "H5G.get_info"
|
1135
|
+
- "H5G.open"
|
1136
|
+
- "H5I.dec_ref"
|
1137
|
+
- "H5I.get_file_id"
|
1138
|
+
- "H5I.get_name"
|
1139
|
+
- "H5I.get_ref"
|
1140
|
+
- "H5I.get_type"
|
1141
|
+
- "H5I.inc_ref"
|
1142
|
+
- "H5I.is_valid"
|
1143
|
+
- "h5info"
|
1144
|
+
- "H5L.copy"
|
1145
|
+
- "H5L.create_external"
|
1146
|
+
- "H5L.create_hard"
|
1147
|
+
- "H5L.create_soft"
|
1148
|
+
- "H5L.delete"
|
1149
|
+
- "H5L.exists"
|
1150
|
+
- "H5L.get_info"
|
1151
|
+
- "H5L.get_name_by_idx"
|
1152
|
+
- "H5L.get_val"
|
1153
|
+
- "H5L.iterate"
|
1154
|
+
- "H5L.iterate_by_name"
|
1155
|
+
- "H5L.move"
|
1156
|
+
- "H5L.visit"
|
1157
|
+
- "H5L.visit_by_name"
|
1158
|
+
- "H5ML.compare_values"
|
1159
|
+
- "H5ML.get_constant_names"
|
1160
|
+
- "H5ML.get_constant_value"
|
1161
|
+
- "H5ML.get_function_names"
|
1162
|
+
- "H5ML.get_mem_datatype"
|
1163
|
+
- "H5ML.hoffset"
|
1164
|
+
- "H5ML.sizeof"
|
1165
|
+
- "H5O.close"
|
1166
|
+
- "H5O.copy"
|
1167
|
+
- "H5O.get_comment"
|
1168
|
+
- "H5O.get_comment_by_name"
|
1169
|
+
- "H5O.get_info"
|
1170
|
+
- "H5O.link"
|
1171
|
+
- "H5O.open"
|
1172
|
+
- "H5O.open_by_idx"
|
1173
|
+
- "H5O.set_comment"
|
1174
|
+
- "H5O.set_comment_by_name"
|
1175
|
+
- "H5O.visit"
|
1176
|
+
- "H5O.visit_by_name"
|
1177
|
+
- "H5P.all_filters_avail"
|
1178
|
+
- "H5P.close"
|
1179
|
+
- "H5P.close_class"
|
1180
|
+
- "H5P.copy"
|
1181
|
+
- "H5P.create"
|
1182
|
+
- "H5P.equal"
|
1183
|
+
- "H5P.exist"
|
1184
|
+
- "H5P.fill_value_defined"
|
1185
|
+
- "H5P.get"
|
1186
|
+
- "H5P.get_alignment"
|
1187
|
+
- "H5P.get_alloc_time"
|
1188
|
+
- "H5P.get_attr_creation_order"
|
1189
|
+
- "H5P.get_attr_phase_change"
|
1190
|
+
- "H5P.get_btree_ratios"
|
1191
|
+
- "H5P.get_char_encoding"
|
1192
|
+
- "H5P.get_chunk"
|
1193
|
+
- "H5P.get_chunk_cache"
|
1194
|
+
- "H5P.get_class"
|
1195
|
+
- "H5P.get_class_name"
|
1196
|
+
- "H5P.get_class_parent"
|
1197
|
+
- "H5P.get_copy_object"
|
1198
|
+
- "H5P.get_create_intermediate_group"
|
1199
|
+
- "H5P.get_driver"
|
1200
|
+
- "H5P.get_edc_check"
|
1201
|
+
- "H5P.get_external"
|
1202
|
+
- "H5P.get_external_count"
|
1203
|
+
- "H5P.get_family_offset"
|
1204
|
+
- "H5P.get_fapl_core"
|
1205
|
+
- "H5P.get_fapl_family"
|
1206
|
+
- "H5P.get_fapl_multi"
|
1207
|
+
- "H5P.get_fclose_degree"
|
1208
|
+
- "H5P.get_fill_time"
|
1209
|
+
- "H5P.get_fill_value"
|
1210
|
+
- "H5P.get_filter"
|
1211
|
+
- "H5P.get_filter_by_id"
|
1212
|
+
- "H5P.get_gc_references"
|
1213
|
+
- "H5P.get_hyper_vector_size"
|
1214
|
+
- "H5P.get_istore_k"
|
1215
|
+
- "H5P.get_layout"
|
1216
|
+
- "H5P.get_libver_bounds"
|
1217
|
+
- "H5P.get_link_creation_order"
|
1218
|
+
- "H5P.get_link_phase_change"
|
1219
|
+
- "H5P.get_mdc_config"
|
1220
|
+
- "H5P.get_meta_block_size"
|
1221
|
+
- "H5P.get_multi_type"
|
1222
|
+
- "H5P.get_nfilters"
|
1223
|
+
- "H5P.get_nprops"
|
1224
|
+
- "H5P.get_sieve_buf_size"
|
1225
|
+
- "H5P.get_size"
|
1226
|
+
- "H5P.get_sizes"
|
1227
|
+
- "H5P.get_small_data_block_size"
|
1228
|
+
- "H5P.get_sym_k"
|
1229
|
+
- "H5P.get_userblock"
|
1230
|
+
- "H5P.get_version"
|
1231
|
+
- "H5P.isa_class"
|
1232
|
+
- "H5P.iterate"
|
1233
|
+
- "H5P.modify_filter"
|
1234
|
+
- "H5P.remove_filter"
|
1235
|
+
- "H5P.set"
|
1236
|
+
- "H5P.set_alignment"
|
1237
|
+
- "H5P.set_alloc_time"
|
1238
|
+
- "H5P.set_attr_creation_order"
|
1239
|
+
- "H5P.set_attr_phase_change"
|
1240
|
+
- "H5P.set_btree_ratios"
|
1241
|
+
- "H5P.set_char_encoding"
|
1242
|
+
- "H5P.set_chunk"
|
1243
|
+
- "H5P.set_chunk_cache"
|
1244
|
+
- "H5P.set_copy_object"
|
1245
|
+
- "H5P.set_create_intermediate_group"
|
1246
|
+
- "H5P.set_deflate"
|
1247
|
+
- "H5P.set_edc_check"
|
1248
|
+
- "H5P.set_external"
|
1249
|
+
- "H5P.set_family_offset"
|
1250
|
+
- "H5P.set_fapl_core"
|
1251
|
+
- "H5P.set_fapl_family"
|
1252
|
+
- "H5P.set_fapl_log"
|
1253
|
+
- "H5P.set_fapl_multi"
|
1254
|
+
- "H5P.set_fapl_sec2"
|
1255
|
+
- "H5P.set_fapl_split"
|
1256
|
+
- "H5P.set_fapl_stdio"
|
1257
|
+
- "H5P.set_fclose_degree"
|
1258
|
+
- "H5P.set_fill_time"
|
1259
|
+
- "H5P.set_fill_value"
|
1260
|
+
- "H5P.set_filter"
|
1261
|
+
- "H5P.set_fletcher32"
|
1262
|
+
- "H5P.set_gc_references"
|
1263
|
+
- "H5P.set_hyper_vector_size"
|
1264
|
+
- "H5P.set_istore_k"
|
1265
|
+
- "H5P.set_layout"
|
1266
|
+
- "H5P.set_libver_bounds"
|
1267
|
+
- "H5P.set_link_creation_order"
|
1268
|
+
- "H5P.set_link_phase_change"
|
1269
|
+
- "H5P.set_mdc_config"
|
1270
|
+
- "H5P.set_meta_block_size"
|
1271
|
+
- "H5P.set_multi_type"
|
1272
|
+
- "H5P.set_nbit"
|
1273
|
+
- "H5P.set_scaleoffset"
|
1274
|
+
- "H5P.set_shuffle"
|
1275
|
+
- "H5P.set_sieve_buf_size"
|
1276
|
+
- "H5P.set_sizes"
|
1277
|
+
- "H5P.set_small_data_block_size"
|
1278
|
+
- "H5P.set_sym_k"
|
1279
|
+
- "H5P.set_userblock"
|
1280
|
+
- "H5R.create"
|
1281
|
+
- "H5R.dereference"
|
1282
|
+
- "H5R.get_name"
|
1283
|
+
- "H5R.get_obj_type"
|
1284
|
+
- "H5R.get_region"
|
1285
|
+
- "h5read"
|
1286
|
+
- "h5readatt"
|
1287
|
+
- "H5S.close"
|
1288
|
+
- "H5S.copy"
|
1289
|
+
- "H5S.create"
|
1290
|
+
- "H5S.create_simple"
|
1291
|
+
- "H5S.extent_copy"
|
1292
|
+
- "H5S.get_select_bounds"
|
1293
|
+
- "H5S.get_select_elem_npoints"
|
1294
|
+
- "H5S.get_select_elem_pointlist"
|
1295
|
+
- "H5S.get_select_hyper_blocklist"
|
1296
|
+
- "H5S.get_select_hyper_nblocks"
|
1297
|
+
- "H5S.get_select_npoints"
|
1298
|
+
- "H5S.get_select_type"
|
1299
|
+
- "H5S.get_simple_extent_dims"
|
1300
|
+
- "H5S.get_simple_extent_ndims"
|
1301
|
+
- "H5S.get_simple_extent_npoints"
|
1302
|
+
- "H5S.get_simple_extent_type"
|
1303
|
+
- "H5S.is_simple"
|
1304
|
+
- "H5S.offset_simple"
|
1305
|
+
- "H5S.select_all"
|
1306
|
+
- "H5S.select_elements"
|
1307
|
+
- "H5S.select_hyperslab"
|
1308
|
+
- "H5S.select_none"
|
1309
|
+
- "H5S.select_valid"
|
1310
|
+
- "H5S.set_extent_none"
|
1311
|
+
- "H5S.set_extent_simple"
|
1312
|
+
- "H5T.array_create"
|
1313
|
+
- "H5T.close"
|
1314
|
+
- "H5T.commit"
|
1315
|
+
- "H5T.committed"
|
1316
|
+
- "H5T.copy"
|
1317
|
+
- "H5T.create"
|
1318
|
+
- "H5T.detect_class"
|
1319
|
+
- "H5T.enum_create"
|
1320
|
+
- "H5T.enum_insert"
|
1321
|
+
- "H5T.enum_nameof"
|
1322
|
+
- "H5T.enum_valueof"
|
1323
|
+
- "H5T.equal"
|
1324
|
+
- "H5T.get_array_dims"
|
1325
|
+
- "H5T.get_array_ndims"
|
1326
|
+
- "H5T.get_class"
|
1327
|
+
- "H5T.get_create_plist"
|
1328
|
+
- "H5T.get_cset"
|
1329
|
+
- "H5T.get_ebias"
|
1330
|
+
- "H5T.get_fields"
|
1331
|
+
- "H5T.get_inpad"
|
1332
|
+
- "H5T.get_member_class"
|
1333
|
+
- "H5T.get_member_index"
|
1334
|
+
- "H5T.get_member_name"
|
1335
|
+
- "H5T.get_member_offset"
|
1336
|
+
- "H5T.get_member_type"
|
1337
|
+
- "H5T.get_member_value"
|
1338
|
+
- "H5T.get_native_type"
|
1339
|
+
- "H5T.get_nmembers"
|
1340
|
+
- "H5T.get_norm"
|
1341
|
+
- "H5T.get_offset"
|
1342
|
+
- "H5T.get_order"
|
1343
|
+
- "H5T.get_pad"
|
1344
|
+
- "H5T.get_precision"
|
1345
|
+
- "H5T.get_sign"
|
1346
|
+
- "H5T.get_size"
|
1347
|
+
- "H5T.get_strpad"
|
1348
|
+
- "H5T.get_super"
|
1349
|
+
- "H5T.get_tag"
|
1350
|
+
- "H5T.insert"
|
1351
|
+
- "H5T.is_variable_str"
|
1352
|
+
- "H5T.lock"
|
1353
|
+
- "H5T.open"
|
1354
|
+
- "H5T.pack"
|
1355
|
+
- "H5T.set_cset"
|
1356
|
+
- "H5T.set_ebias"
|
1357
|
+
- "H5T.set_fields"
|
1358
|
+
- "H5T.set_inpad"
|
1359
|
+
- "H5T.set_norm"
|
1360
|
+
- "H5T.set_offset"
|
1361
|
+
- "H5T.set_order"
|
1362
|
+
- "H5T.set_pad"
|
1363
|
+
- "H5T.set_precision"
|
1364
|
+
- "H5T.set_sign"
|
1365
|
+
- "H5T.set_size"
|
1366
|
+
- "H5T.set_strpad"
|
1367
|
+
- "H5T.set_tag"
|
1368
|
+
- "H5T.vlen_create"
|
1369
|
+
- "h5write"
|
1370
|
+
- "h5writeatt"
|
1371
|
+
- "H5Z.filter_avail"
|
1372
|
+
- "H5Z.get_filter_info"
|
1373
|
+
- "hadamard"
|
1374
|
+
- "handle"
|
1375
|
+
- "hankel"
|
1376
|
+
- "hasdata"
|
1377
|
+
- "hasdata"
|
1378
|
+
- "hasFactoryValue"
|
1379
|
+
- "hasfile"
|
1380
|
+
- "hasFrame"
|
1381
|
+
- "hasnext"
|
1382
|
+
- "hasPersonalValue"
|
1383
|
+
- "hasTemporaryValue"
|
1384
|
+
- "hdf5info"
|
1385
|
+
- "hdf5read"
|
1386
|
+
- "hdf5write"
|
1387
|
+
- "hdfan"
|
1388
|
+
- "hdfdf24"
|
1389
|
+
- "hdfdfr8"
|
1390
|
+
- "hdfh"
|
1391
|
+
- "hdfhd"
|
1392
|
+
- "hdfhe"
|
1393
|
+
- "hdfhx"
|
1394
|
+
- "hdfinfo"
|
1395
|
+
- "hdfml"
|
1396
|
+
- "hdfpt"
|
1397
|
+
- "hdfread"
|
1398
|
+
- "hdftool"
|
1399
|
+
- "hdfv"
|
1400
|
+
- "hdfvf"
|
1401
|
+
- "hdfvh"
|
1402
|
+
- "hdfvs"
|
1403
|
+
- "head"
|
1404
|
+
- "heatmap"
|
1405
|
+
- "height"
|
1406
|
+
- "help"
|
1407
|
+
- "helpbrowser"
|
1408
|
+
- "helpdesk"
|
1409
|
+
- "helpdlg"
|
1410
|
+
- "helpwin"
|
1411
|
+
- "hess"
|
1412
|
+
- "hex2dec"
|
1413
|
+
- "hex2num"
|
1414
|
+
- "hgexport"
|
1415
|
+
- "hggroup"
|
1416
|
+
- "hgload"
|
1417
|
+
- "hgsave"
|
1418
|
+
- "hgtransform"
|
1419
|
+
- "hidden"
|
1420
|
+
- "highlight"
|
1421
|
+
- "hilb"
|
1422
|
+
- "hist"
|
1423
|
+
- "histc"
|
1424
|
+
- "histcounts"
|
1425
|
+
- "histcounts2"
|
1426
|
+
- "histogram"
|
1427
|
+
- "histogram2"
|
1428
|
+
- "hms"
|
1429
|
+
- "hold"
|
1430
|
+
- "holes"
|
1431
|
+
- "home"
|
1432
|
+
- "horzcat"
|
1433
|
+
- "horzcat"
|
1434
|
+
- "horzcat"
|
1435
|
+
- "hot"
|
1436
|
+
- "hour"
|
1437
|
+
- "hours"
|
1438
|
+
- "hover"
|
1439
|
+
- "hsv"
|
1440
|
+
- "hsv2rgb"
|
1441
|
+
- "hypot"
|
1442
|
+
- "ichol"
|
1443
|
+
- "idealfilter"
|
1444
|
+
- "idivide"
|
1445
|
+
- "ifft"
|
1446
|
+
- "ifft2"
|
1447
|
+
- "ifftn"
|
1448
|
+
- "ifftshift"
|
1449
|
+
- "ilu"
|
1450
|
+
- "im2double"
|
1451
|
+
- "im2frame"
|
1452
|
+
- "im2java"
|
1453
|
+
- "imag"
|
1454
|
+
- "image"
|
1455
|
+
- "imageDatastore"
|
1456
|
+
- "imagesc"
|
1457
|
+
- "imapprox"
|
1458
|
+
- "imfinfo"
|
1459
|
+
- "imformats"
|
1460
|
+
- "imgCompress"
|
1461
|
+
- "import"
|
1462
|
+
- "importdata"
|
1463
|
+
- "imread"
|
1464
|
+
- "imresize"
|
1465
|
+
- "imshow"
|
1466
|
+
- "imtile"
|
1467
|
+
- "imwrite"
|
1468
|
+
- "incenter"
|
1469
|
+
- "incenters"
|
1470
|
+
- "incidence"
|
1471
|
+
- "ind2rgb"
|
1472
|
+
- "ind2sub"
|
1473
|
+
- "indegree"
|
1474
|
+
- "inedges"
|
1475
|
+
- "Inf"
|
1476
|
+
- "info"
|
1477
|
+
- "infoImpl"
|
1478
|
+
- "initialize"
|
1479
|
+
- "initialize"
|
1480
|
+
- "initialize"
|
1481
|
+
- "initialize"
|
1482
|
+
- "initialize"
|
1483
|
+
- "initializeDatastore"
|
1484
|
+
- "initializeDatastore"
|
1485
|
+
- "inline"
|
1486
|
+
- "inmem"
|
1487
|
+
- "inner2outer"
|
1488
|
+
- "innerjoin"
|
1489
|
+
- "inOutStatus"
|
1490
|
+
- "inpolygon"
|
1491
|
+
- "input"
|
1492
|
+
- "inputdlg"
|
1493
|
+
- "inputname"
|
1494
|
+
- "inputParser"
|
1495
|
+
- "insertAfter"
|
1496
|
+
- "insertATbl"
|
1497
|
+
- "insertBefore"
|
1498
|
+
- "insertBTbl"
|
1499
|
+
- "insertCol"
|
1500
|
+
- "insertImg"
|
1501
|
+
- "insertRows"
|
1502
|
+
- "inShape"
|
1503
|
+
- "inspect"
|
1504
|
+
- "instrcallback"
|
1505
|
+
- "instrfind"
|
1506
|
+
- "instrfindall"
|
1507
|
+
- "int16"
|
1508
|
+
- "int2str"
|
1509
|
+
- "int32"
|
1510
|
+
- "int64"
|
1511
|
+
- "int8"
|
1512
|
+
- "integral"
|
1513
|
+
- "integral2"
|
1514
|
+
- "integral3"
|
1515
|
+
- "interp1"
|
1516
|
+
- "interp1q"
|
1517
|
+
- "interp2"
|
1518
|
+
- "interp3"
|
1519
|
+
- "interpft"
|
1520
|
+
- "interpn"
|
1521
|
+
- "interpstreamspeed"
|
1522
|
+
- "intersect"
|
1523
|
+
- "intersect"
|
1524
|
+
- "intmax"
|
1525
|
+
- "intmin"
|
1526
|
+
- "inv"
|
1527
|
+
- "invhilb"
|
1528
|
+
- "invoke"
|
1529
|
+
- "ipermute"
|
1530
|
+
- "iqr"
|
1531
|
+
- "is*"
|
1532
|
+
- "isa"
|
1533
|
+
- "isappdata"
|
1534
|
+
- "isaUnderlying"
|
1535
|
+
- "isbanded"
|
1536
|
+
- "isbetween"
|
1537
|
+
- "iscalendarduration"
|
1538
|
+
- "iscategorical"
|
1539
|
+
- "iscategory"
|
1540
|
+
- "iscell"
|
1541
|
+
- "iscellstr"
|
1542
|
+
- "ischange"
|
1543
|
+
- "ischar"
|
1544
|
+
- "iscolumn"
|
1545
|
+
- "iscom"
|
1546
|
+
- "isCompatible"
|
1547
|
+
- "isCompressedImg"
|
1548
|
+
- "isConnected"
|
1549
|
+
- "isdag"
|
1550
|
+
- "isdatetime"
|
1551
|
+
- "isdiag"
|
1552
|
+
- "isdir"
|
1553
|
+
- "isDiscreteStateSpecificationMutableImpl"
|
1554
|
+
- "isDone"
|
1555
|
+
- "isDoneImpl"
|
1556
|
+
- "isdst"
|
1557
|
+
- "isduration"
|
1558
|
+
- "isEdge"
|
1559
|
+
- "isempty"
|
1560
|
+
- "isempty"
|
1561
|
+
- "isenum"
|
1562
|
+
- "isequal"
|
1563
|
+
- "isequaln"
|
1564
|
+
- "isequalwithequalnans"
|
1565
|
+
- "isevent"
|
1566
|
+
- "isfield"
|
1567
|
+
- "isfile"
|
1568
|
+
- "isfinite"
|
1569
|
+
- "isfloat"
|
1570
|
+
- "isfolder"
|
1571
|
+
- "isfullfile"
|
1572
|
+
- "isfullfile"
|
1573
|
+
- "isgraphics"
|
1574
|
+
- "ishandle"
|
1575
|
+
- "ishermitian"
|
1576
|
+
- "ishghandle"
|
1577
|
+
- "ishold"
|
1578
|
+
- "ishole"
|
1579
|
+
- "isIllConditioned"
|
1580
|
+
- "isInactivePropertyImpl"
|
1581
|
+
- "isinf"
|
1582
|
+
- "isInputComplexityMutableImpl"
|
1583
|
+
- "isInputDataTypeMutableImpl"
|
1584
|
+
- "isInputDirectFeedthroughImpl"
|
1585
|
+
- "isInputSizeLockedImpl"
|
1586
|
+
- "isInputSizeMutableImpl"
|
1587
|
+
- "isinteger"
|
1588
|
+
- "isinterface"
|
1589
|
+
- "isInterior"
|
1590
|
+
- "isinterior"
|
1591
|
+
- "isisomorphic"
|
1592
|
+
- "isjava"
|
1593
|
+
- "isKey"
|
1594
|
+
- "iskeyword"
|
1595
|
+
- "isletter"
|
1596
|
+
- "isLoaded"
|
1597
|
+
- "islocalmax"
|
1598
|
+
- "islocalmin"
|
1599
|
+
- "isLocked"
|
1600
|
+
- "islogical"
|
1601
|
+
- "ismac"
|
1602
|
+
- "ismatrix"
|
1603
|
+
- "ismember"
|
1604
|
+
- "ismembertol"
|
1605
|
+
- "ismethod"
|
1606
|
+
- "ismissing"
|
1607
|
+
- "ismultigraph"
|
1608
|
+
- "isnan"
|
1609
|
+
- "isnat"
|
1610
|
+
- "isNull"
|
1611
|
+
- "isnumeric"
|
1612
|
+
- "isobject"
|
1613
|
+
- "isocaps"
|
1614
|
+
- "isocolors"
|
1615
|
+
- "isomorphism"
|
1616
|
+
- "isonormals"
|
1617
|
+
- "isordinal"
|
1618
|
+
- "isosurface"
|
1619
|
+
- "isoutlier"
|
1620
|
+
- "isOutputComplexImpl"
|
1621
|
+
- "isOutputFixedSizeImpl"
|
1622
|
+
- "ispc"
|
1623
|
+
- "isplaying"
|
1624
|
+
- "ispref"
|
1625
|
+
- "isprime"
|
1626
|
+
- "isprop"
|
1627
|
+
- "isprotected"
|
1628
|
+
- "isreal"
|
1629
|
+
- "isrecording"
|
1630
|
+
- "isregular"
|
1631
|
+
- "isrow"
|
1632
|
+
- "isscalar"
|
1633
|
+
- "issimplified"
|
1634
|
+
- "issorted"
|
1635
|
+
- "issortedrows"
|
1636
|
+
- "isspace"
|
1637
|
+
- "issparse"
|
1638
|
+
- "isstr"
|
1639
|
+
- "isstring"
|
1640
|
+
- "isStringScalar"
|
1641
|
+
- "isstrprop"
|
1642
|
+
- "isstruct"
|
1643
|
+
- "isstudent"
|
1644
|
+
- "issymmetric"
|
1645
|
+
- "istable"
|
1646
|
+
- "istall"
|
1647
|
+
- "istimetable"
|
1648
|
+
- "istril"
|
1649
|
+
- "istriu"
|
1650
|
+
- "isTunablePropertyDataTypeMutableImpl"
|
1651
|
+
- "isundefined"
|
1652
|
+
- "isunix"
|
1653
|
+
- "isvalid"
|
1654
|
+
- "isvalid"
|
1655
|
+
- "isvalid"
|
1656
|
+
- "isvarname"
|
1657
|
+
- "isvector"
|
1658
|
+
- "isweekend"
|
1659
|
+
- "javaaddpath"
|
1660
|
+
- "javaArray"
|
1661
|
+
- "javachk"
|
1662
|
+
- "javaclasspath"
|
1663
|
+
- "javaMethod"
|
1664
|
+
- "javaMethodEDT"
|
1665
|
+
- "javaObject"
|
1666
|
+
- "javaObjectEDT"
|
1667
|
+
- "javarmpath"
|
1668
|
+
- "jet"
|
1669
|
+
- "join"
|
1670
|
+
- "join"
|
1671
|
+
- "join"
|
1672
|
+
- "jsondecode"
|
1673
|
+
- "jsonencode"
|
1674
|
+
- "juliandate"
|
1675
|
+
- "keepMeasuring"
|
1676
|
+
- "keyboard"
|
1677
|
+
- "keys"
|
1678
|
+
- "KeyValueDatastore"
|
1679
|
+
- "KeyValueStore"
|
1680
|
+
- "kron"
|
1681
|
+
- "labeledge"
|
1682
|
+
- "labelnode"
|
1683
|
+
- "lag"
|
1684
|
+
- "laplacian"
|
1685
|
+
- "lasterr"
|
1686
|
+
- "lasterror"
|
1687
|
+
- "lastwarn"
|
1688
|
+
- "layout"
|
1689
|
+
- "lcm"
|
1690
|
+
- "ldivide"
|
1691
|
+
- "ldl"
|
1692
|
+
- "le"
|
1693
|
+
- "legend"
|
1694
|
+
- "legendre"
|
1695
|
+
- "length"
|
1696
|
+
- "length"
|
1697
|
+
- "length"
|
1698
|
+
- "length"
|
1699
|
+
- "lib.pointer"
|
1700
|
+
- "libfunctions"
|
1701
|
+
- "libfunctionsview"
|
1702
|
+
- "libisloaded"
|
1703
|
+
- "libpointer"
|
1704
|
+
- "libstruct"
|
1705
|
+
- "license"
|
1706
|
+
- "light"
|
1707
|
+
- "lightangle"
|
1708
|
+
- "lighting"
|
1709
|
+
- "lin2mu"
|
1710
|
+
- "line"
|
1711
|
+
- "lines"
|
1712
|
+
- "LineSpec"
|
1713
|
+
- "linkaxes"
|
1714
|
+
- "linkdata"
|
1715
|
+
- "linkprop"
|
1716
|
+
- "linsolve"
|
1717
|
+
- "linspace"
|
1718
|
+
- "listdlg"
|
1719
|
+
- "listener"
|
1720
|
+
- "listfonts"
|
1721
|
+
- "listModifiedFiles"
|
1722
|
+
- "listRequiredFiles"
|
1723
|
+
- "load"
|
1724
|
+
- "load"
|
1725
|
+
- "load"
|
1726
|
+
- "loadlibrary"
|
1727
|
+
- "loadobj"
|
1728
|
+
- "loadObjectImpl"
|
1729
|
+
- "localfunctions"
|
1730
|
+
- "log"
|
1731
|
+
- "log"
|
1732
|
+
- "log"
|
1733
|
+
- "log10"
|
1734
|
+
- "log1p"
|
1735
|
+
- "log2"
|
1736
|
+
- "logical"
|
1737
|
+
- "Logical"
|
1738
|
+
- "loglog"
|
1739
|
+
- "logm"
|
1740
|
+
- "logspace"
|
1741
|
+
- "lookfor"
|
1742
|
+
- "lower"
|
1743
|
+
- "ls"
|
1744
|
+
- "lscov"
|
1745
|
+
- "lsqminnorm"
|
1746
|
+
- "lsqnonneg"
|
1747
|
+
- "lsqr"
|
1748
|
+
- "lt"
|
1749
|
+
- "lu"
|
1750
|
+
- "magic"
|
1751
|
+
- "makehgtform"
|
1752
|
+
- "mapreduce"
|
1753
|
+
- "mapreducer"
|
1754
|
+
- "mat2cell"
|
1755
|
+
- "mat2str"
|
1756
|
+
- "matchpairs"
|
1757
|
+
- "material"
|
1758
|
+
- "matfile"
|
1759
|
+
- "matlab"
|
1760
|
+
- "matlab"
|
1761
|
+
- "matlab"
|
1762
|
+
- "matlab.addons.disableAddon"
|
1763
|
+
- "matlab.addons.enableAddon"
|
1764
|
+
- "matlab.addons.install"
|
1765
|
+
- "matlab.addons.installedAddons"
|
1766
|
+
- "matlab.addons.isAddonEnabled"
|
1767
|
+
- "matlab.addons.toolbox.installedToolboxes"
|
1768
|
+
- "matlab.addons.toolbox.installToolbox"
|
1769
|
+
- "matlab.addons.toolbox.packageToolbox"
|
1770
|
+
- "matlab.addons.toolbox.toolboxVersion"
|
1771
|
+
- "matlab.addons.toolbox.uninstallToolbox"
|
1772
|
+
- "matlab.addons.uninstall"
|
1773
|
+
- "matlab.apputil.create"
|
1774
|
+
- "matlab.apputil.getInstalledAppInfo"
|
1775
|
+
- "matlab.apputil.install"
|
1776
|
+
- "matlab.apputil.package"
|
1777
|
+
- "matlab.apputil.run"
|
1778
|
+
- "matlab.apputil.uninstall"
|
1779
|
+
- "matlab.codetools.requiredFilesAndProducts"
|
1780
|
+
- "matlab.engine.connect_matlab"
|
1781
|
+
- "matlab.engine.engineName"
|
1782
|
+
- "matlab.engine.find_matlab"
|
1783
|
+
- "matlab.engine.FutureResult"
|
1784
|
+
- "matlab.engine.isEngineShared"
|
1785
|
+
- "matlab.engine.MatlabEngine"
|
1786
|
+
- "matlab.engine.shareEngine"
|
1787
|
+
- "matlab.engine.start_matlab"
|
1788
|
+
- "matlab.exception.JavaException"
|
1789
|
+
- "matlab.exception.PyException"
|
1790
|
+
- "matlab.graphics.Graphics"
|
1791
|
+
- "matlab.graphics.GraphicsPlaceholder"
|
1792
|
+
- "matlab.io.Datastore"
|
1793
|
+
- "matlab.io.datastore.DsFileReader"
|
1794
|
+
- "matlab.io.datastore.DsFileSet"
|
1795
|
+
- "matlab.io.datastore.HadoopFileBased"
|
1796
|
+
- "matlab.io.datastore.HadoopLocationBased"
|
1797
|
+
- "matlab.io.datastore.Partitionable"
|
1798
|
+
- "matlab.io.datastore.Shuffleable"
|
1799
|
+
- "matlab.io.hdf4.sd"
|
1800
|
+
- "matlab.io.hdf4.sd.attrInfo"
|
1801
|
+
- "matlab.io.hdf4.sd.close"
|
1802
|
+
- "matlab.io.hdf4.sd.create"
|
1803
|
+
- "matlab.io.hdf4.sd.dimInfo"
|
1804
|
+
- "matlab.io.hdf4.sd.endAccess"
|
1805
|
+
- "matlab.io.hdf4.sd.fileInfo"
|
1806
|
+
- "matlab.io.hdf4.sd.findAttr"
|
1807
|
+
- "matlab.io.hdf4.sd.getCal"
|
1808
|
+
- "matlab.io.hdf4.sd.getChunkInfo"
|
1809
|
+
- "matlab.io.hdf4.sd.getCompInfo"
|
1810
|
+
- "matlab.io.hdf4.sd.getDataStrs"
|
1811
|
+
- "matlab.io.hdf4.sd.getDimID"
|
1812
|
+
- "matlab.io.hdf4.sd.getDimScale"
|
1813
|
+
- "matlab.io.hdf4.sd.getDimStrs"
|
1814
|
+
- "matlab.io.hdf4.sd.getFilename"
|
1815
|
+
- "matlab.io.hdf4.sd.getFillValue"
|
1816
|
+
- "matlab.io.hdf4.sd.getInfo"
|
1817
|
+
- "matlab.io.hdf4.sd.getRange"
|
1818
|
+
- "matlab.io.hdf4.sd.idToRef"
|
1819
|
+
- "matlab.io.hdf4.sd.idType"
|
1820
|
+
- "matlab.io.hdf4.sd.isCoordVar"
|
1821
|
+
- "matlab.io.hdf4.sd.isRecord"
|
1822
|
+
- "matlab.io.hdf4.sd.nameToIndex"
|
1823
|
+
- "matlab.io.hdf4.sd.nameToIndices"
|
1824
|
+
- "matlab.io.hdf4.sd.readAttr"
|
1825
|
+
- "matlab.io.hdf4.sd.readChunk"
|
1826
|
+
- "matlab.io.hdf4.sd.readData"
|
1827
|
+
- "matlab.io.hdf4.sd.refToIndex"
|
1828
|
+
- "matlab.io.hdf4.sd.select"
|
1829
|
+
- "matlab.io.hdf4.sd.setAttr"
|
1830
|
+
- "matlab.io.hdf4.sd.setCal"
|
1831
|
+
- "matlab.io.hdf4.sd.setChunk"
|
1832
|
+
- "matlab.io.hdf4.sd.setCompress"
|
1833
|
+
- "matlab.io.hdf4.sd.setDataStrs"
|
1834
|
+
- "matlab.io.hdf4.sd.setDimName"
|
1835
|
+
- "matlab.io.hdf4.sd.setDimScale"
|
1836
|
+
- "matlab.io.hdf4.sd.setDimStrs"
|
1837
|
+
- "matlab.io.hdf4.sd.setExternalFile"
|
1838
|
+
- "matlab.io.hdf4.sd.setFillMode"
|
1839
|
+
- "matlab.io.hdf4.sd.setFillValue"
|
1840
|
+
- "matlab.io.hdf4.sd.setNBitDataSet"
|
1841
|
+
- "matlab.io.hdf4.sd.setRange"
|
1842
|
+
- "matlab.io.hdf4.sd.start"
|
1843
|
+
- "matlab.io.hdf4.sd.writeChunk"
|
1844
|
+
- "matlab.io.hdf4.sd.writeData"
|
1845
|
+
- "matlab.io.hdfeos.gd"
|
1846
|
+
- "matlab.io.hdfeos.gd.attach"
|
1847
|
+
- "matlab.io.hdfeos.gd.close"
|
1848
|
+
- "matlab.io.hdfeos.gd.compInfo"
|
1849
|
+
- "matlab.io.hdfeos.gd.create"
|
1850
|
+
- "matlab.io.hdfeos.gd.defBoxRegion"
|
1851
|
+
- "matlab.io.hdfeos.gd.defComp"
|
1852
|
+
- "matlab.io.hdfeos.gd.defDim"
|
1853
|
+
- "matlab.io.hdfeos.gd.defField"
|
1854
|
+
- "matlab.io.hdfeos.gd.defOrigin"
|
1855
|
+
- "matlab.io.hdfeos.gd.defPixReg"
|
1856
|
+
- "matlab.io.hdfeos.gd.defProj"
|
1857
|
+
- "matlab.io.hdfeos.gd.defTile"
|
1858
|
+
- "matlab.io.hdfeos.gd.defVrtRegion"
|
1859
|
+
- "matlab.io.hdfeos.gd.detach"
|
1860
|
+
- "matlab.io.hdfeos.gd.dimInfo"
|
1861
|
+
- "matlab.io.hdfeos.gd.extractRegion"
|
1862
|
+
- "matlab.io.hdfeos.gd.fieldInfo"
|
1863
|
+
- "matlab.io.hdfeos.gd.getFillValue"
|
1864
|
+
- "matlab.io.hdfeos.gd.getPixels"
|
1865
|
+
- "matlab.io.hdfeos.gd.getPixValues"
|
1866
|
+
- "matlab.io.hdfeos.gd.gridInfo"
|
1867
|
+
- "matlab.io.hdfeos.gd.ij2ll"
|
1868
|
+
- "matlab.io.hdfeos.gd.inqAttrs"
|
1869
|
+
- "matlab.io.hdfeos.gd.inqDims"
|
1870
|
+
- "matlab.io.hdfeos.gd.inqFields"
|
1871
|
+
- "matlab.io.hdfeos.gd.inqGrid"
|
1872
|
+
- "matlab.io.hdfeos.gd.interpolate"
|
1873
|
+
- "matlab.io.hdfeos.gd.ll2ij"
|
1874
|
+
- "matlab.io.hdfeos.gd.nEntries"
|
1875
|
+
- "matlab.io.hdfeos.gd.open"
|
1876
|
+
- "matlab.io.hdfeos.gd.originInfo"
|
1877
|
+
- "matlab.io.hdfeos.gd.pixRegInfo"
|
1878
|
+
- "matlab.io.hdfeos.gd.projInfo"
|
1879
|
+
- "matlab.io.hdfeos.gd.readAttr"
|
1880
|
+
- "matlab.io.hdfeos.gd.readBlkSomOffset"
|
1881
|
+
- "matlab.io.hdfeos.gd.readField"
|
1882
|
+
- "matlab.io.hdfeos.gd.readTile"
|
1883
|
+
- "matlab.io.hdfeos.gd.regionInfo"
|
1884
|
+
- "matlab.io.hdfeos.gd.setFillValue"
|
1885
|
+
- "matlab.io.hdfeos.gd.setTileComp"
|
1886
|
+
- "matlab.io.hdfeos.gd.sphereCodeToName"
|
1887
|
+
- "matlab.io.hdfeos.gd.sphereNameToCode"
|
1888
|
+
- "matlab.io.hdfeos.gd.tileInfo"
|
1889
|
+
- "matlab.io.hdfeos.gd.writeAttr"
|
1890
|
+
- "matlab.io.hdfeos.gd.writeBlkSomOffset"
|
1891
|
+
- "matlab.io.hdfeos.gd.writeField"
|
1892
|
+
- "matlab.io.hdfeos.gd.writeTile"
|
1893
|
+
- "matlab.io.hdfeos.sw"
|
1894
|
+
- "matlab.io.hdfeos.sw.attach"
|
1895
|
+
- "matlab.io.hdfeos.sw.close"
|
1896
|
+
- "matlab.io.hdfeos.sw.compInfo"
|
1897
|
+
- "matlab.io.hdfeos.sw.create"
|
1898
|
+
- "matlab.io.hdfeos.sw.defBoxRegion"
|
1899
|
+
- "matlab.io.hdfeos.sw.defComp"
|
1900
|
+
- "matlab.io.hdfeos.sw.defDataField"
|
1901
|
+
- "matlab.io.hdfeos.sw.defDim"
|
1902
|
+
- "matlab.io.hdfeos.sw.defDimMap"
|
1903
|
+
- "matlab.io.hdfeos.sw.defGeoField"
|
1904
|
+
- "matlab.io.hdfeos.sw.defTimePeriod"
|
1905
|
+
- "matlab.io.hdfeos.sw.defVrtRegion"
|
1906
|
+
- "matlab.io.hdfeos.sw.detach"
|
1907
|
+
- "matlab.io.hdfeos.sw.dimInfo"
|
1908
|
+
- "matlab.io.hdfeos.sw.extractPeriod"
|
1909
|
+
- "matlab.io.hdfeos.sw.extractRegion"
|
1910
|
+
- "matlab.io.hdfeos.sw.fieldInfo"
|
1911
|
+
- "matlab.io.hdfeos.sw.geoMapInfo"
|
1912
|
+
- "matlab.io.hdfeos.sw.getFillValue"
|
1913
|
+
- "matlab.io.hdfeos.sw.idxMapInfo"
|
1914
|
+
- "matlab.io.hdfeos.sw.inqAttrs"
|
1915
|
+
- "matlab.io.hdfeos.sw.inqDataFields"
|
1916
|
+
- "matlab.io.hdfeos.sw.inqDims"
|
1917
|
+
- "matlab.io.hdfeos.sw.inqGeoFields"
|
1918
|
+
- "matlab.io.hdfeos.sw.inqIdxMaps"
|
1919
|
+
- "matlab.io.hdfeos.sw.inqMaps"
|
1920
|
+
- "matlab.io.hdfeos.sw.inqSwath"
|
1921
|
+
- "matlab.io.hdfeos.sw.mapInfo"
|
1922
|
+
- "matlab.io.hdfeos.sw.nEntries"
|
1923
|
+
- "matlab.io.hdfeos.sw.open"
|
1924
|
+
- "matlab.io.hdfeos.sw.periodInfo"
|
1925
|
+
- "matlab.io.hdfeos.sw.readAttr"
|
1926
|
+
- "matlab.io.hdfeos.sw.readField"
|
1927
|
+
- "matlab.io.hdfeos.sw.regionInfo"
|
1928
|
+
- "matlab.io.hdfeos.sw.setFillValue"
|
1929
|
+
- "matlab.io.hdfeos.sw.writeAttr"
|
1930
|
+
- "matlab.io.hdfeos.sw.writeField"
|
1931
|
+
- "matlab.io.MatFile"
|
1932
|
+
- "matlab.io.saveVariablesToScript"
|
1933
|
+
- "matlab.lang.correction.AppendArgumentsCorrection"
|
1934
|
+
- "matlab.lang.makeUniqueStrings"
|
1935
|
+
- "matlab.lang.makeValidName"
|
1936
|
+
- "matlab.lang.OnOffSwitchState"
|
1937
|
+
- "matlab.mex.MexHost"
|
1938
|
+
- "matlab.mixin.Copyable"
|
1939
|
+
- "matlab.mixin.CustomDisplay"
|
1940
|
+
- "matlab.mixin.CustomDisplay.convertDimensionsToString"
|
1941
|
+
- "matlab.mixin.CustomDisplay.displayPropertyGroups"
|
1942
|
+
- "matlab.mixin.CustomDisplay.getClassNameForHeader"
|
1943
|
+
- "matlab.mixin.CustomDisplay.getDeletedHandleText"
|
1944
|
+
- "matlab.mixin.CustomDisplay.getDetailedFooter"
|
1945
|
+
- "matlab.mixin.CustomDisplay.getDetailedHeader"
|
1946
|
+
- "matlab.mixin.CustomDisplay.getHandleText"
|
1947
|
+
- "matlab.mixin.CustomDisplay.getSimpleHeader"
|
1948
|
+
- "matlab.mixin.Heterogeneous"
|
1949
|
+
- "matlab.mixin.Heterogeneous.getDefaultScalarElement"
|
1950
|
+
- "matlab.mixin.SetGet"
|
1951
|
+
- "matlab.mixin.SetGetExactNames"
|
1952
|
+
- "matlab.mixin.util.PropertyGroup"
|
1953
|
+
- "matlab.mock.actions.AssignOutputs"
|
1954
|
+
- "matlab.mock.actions.Invoke"
|
1955
|
+
- "matlab.mock.actions.ReturnStoredValue"
|
1956
|
+
- "matlab.mock.actions.StoreValue"
|
1957
|
+
- "matlab.mock.actions.ThrowException"
|
1958
|
+
- "matlab.mock.AnyArguments"
|
1959
|
+
- "matlab.mock.constraints.Occurred"
|
1960
|
+
- "matlab.mock.constraints.WasAccessed"
|
1961
|
+
- "matlab.mock.constraints.WasCalled"
|
1962
|
+
- "matlab.mock.constraints.WasSet"
|
1963
|
+
- "matlab.mock.history.MethodCall"
|
1964
|
+
- "matlab.mock.history.PropertyAccess"
|
1965
|
+
- "matlab.mock.history.PropertyModification"
|
1966
|
+
- "matlab.mock.history.SuccessfulMethodCall"
|
1967
|
+
- "matlab.mock.history.SuccessfulPropertyAccess"
|
1968
|
+
- "matlab.mock.history.SuccessfulPropertyModification"
|
1969
|
+
- "matlab.mock.history.UnsuccessfulMethodCall"
|
1970
|
+
- "matlab.mock.history.UnsuccessfulPropertyAccess"
|
1971
|
+
- "matlab.mock.history.UnsuccessfulPropertyModification"
|
1972
|
+
- "matlab.mock.InteractionHistory"
|
1973
|
+
- "matlab.mock.InteractionHistory.forMock"
|
1974
|
+
- "matlab.mock.MethodCallBehavior"
|
1975
|
+
- "matlab.mock.PropertyBehavior"
|
1976
|
+
- "matlab.mock.PropertyGetBehavior"
|
1977
|
+
- "matlab.mock.PropertySetBehavior"
|
1978
|
+
- "matlab.mock.TestCase"
|
1979
|
+
- "matlab.mock.TestCase.forInteractiveUse"
|
1980
|
+
- "matlab.net.ArrayFormat"
|
1981
|
+
- "matlab.net.base64decode"
|
1982
|
+
- "matlab.net.base64encode"
|
1983
|
+
- "matlab.net.http.AuthenticationScheme"
|
1984
|
+
- "matlab.net.http.AuthInfo"
|
1985
|
+
- "matlab.net.http.Cookie"
|
1986
|
+
- "matlab.net.http.CookieInfo"
|
1987
|
+
- "matlab.net.http.CookieInfo.collectFromLog"
|
1988
|
+
- "matlab.net.http.Credentials"
|
1989
|
+
- "matlab.net.http.Disposition"
|
1990
|
+
- "matlab.net.http.field.AcceptField"
|
1991
|
+
- "matlab.net.http.field.AuthenticateField"
|
1992
|
+
- "matlab.net.http.field.AuthenticationInfoField"
|
1993
|
+
- "matlab.net.http.field.AuthorizationField"
|
1994
|
+
- "matlab.net.http.field.ContentDispositionField"
|
1995
|
+
- "matlab.net.http.field.ContentLengthField"
|
1996
|
+
- "matlab.net.http.field.ContentLocationField"
|
1997
|
+
- "matlab.net.http.field.ContentTypeField"
|
1998
|
+
- "matlab.net.http.field.CookieField"
|
1999
|
+
- "matlab.net.http.field.DateField"
|
2000
|
+
- "matlab.net.http.field.GenericField"
|
2001
|
+
- "matlab.net.http.field.GenericParameterizedField"
|
2002
|
+
- "matlab.net.http.field.HTTPDateField"
|
2003
|
+
- "matlab.net.http.field.IntegerField"
|
2004
|
+
- "matlab.net.http.field.LocationField"
|
2005
|
+
- "matlab.net.http.field.MediaRangeField"
|
2006
|
+
- "matlab.net.http.field.SetCookieField"
|
2007
|
+
- "matlab.net.http.field.URIReferenceField"
|
2008
|
+
- "matlab.net.http.HeaderField"
|
2009
|
+
- "matlab.net.http.HeaderField.displaySubclasses"
|
2010
|
+
- "matlab.net.http.HTTPException"
|
2011
|
+
- "matlab.net.http.HTTPOptions"
|
2012
|
+
- "matlab.net.http.io.BinaryConsumer"
|
2013
|
+
- "matlab.net.http.io.ContentConsumer"
|
2014
|
+
- "matlab.net.http.io.ContentProvider"
|
2015
|
+
- "matlab.net.http.io.FileConsumer"
|
2016
|
+
- "matlab.net.http.io.FileProvider"
|
2017
|
+
- "matlab.net.http.io.FormProvider"
|
2018
|
+
- "matlab.net.http.io.GenericConsumer"
|
2019
|
+
- "matlab.net.http.io.GenericProvider"
|
2020
|
+
- "matlab.net.http.io.ImageConsumer"
|
2021
|
+
- "matlab.net.http.io.ImageProvider"
|
2022
|
+
- "matlab.net.http.io.JSONConsumer"
|
2023
|
+
- "matlab.net.http.io.JSONProvider"
|
2024
|
+
- "matlab.net.http.io.MultipartConsumer"
|
2025
|
+
- "matlab.net.http.io.MultipartFormProvider"
|
2026
|
+
- "matlab.net.http.io.MultipartProvider"
|
2027
|
+
- "matlab.net.http.io.StringConsumer"
|
2028
|
+
- "matlab.net.http.io.StringProvider"
|
2029
|
+
- "matlab.net.http.LogRecord"
|
2030
|
+
- "matlab.net.http.MediaType"
|
2031
|
+
- "matlab.net.http.Message"
|
2032
|
+
- "matlab.net.http.MessageBody"
|
2033
|
+
- "matlab.net.http.MessageType"
|
2034
|
+
- "matlab.net.http.ProgressMonitor"
|
2035
|
+
- "matlab.net.http.ProtocolVersion"
|
2036
|
+
- "matlab.net.http.RequestLine"
|
2037
|
+
- "matlab.net.http.RequestMessage"
|
2038
|
+
- "matlab.net.http.RequestMethod"
|
2039
|
+
- "matlab.net.http.ResponseMessage"
|
2040
|
+
- "matlab.net.http.StartLine"
|
2041
|
+
- "matlab.net.http.StatusClass"
|
2042
|
+
- "matlab.net.http.StatusCode"
|
2043
|
+
- "matlab.net.http.StatusCode.fromValue"
|
2044
|
+
- "matlab.net.http.StatusLine"
|
2045
|
+
- "matlab.net.QueryParameter"
|
2046
|
+
- "matlab.net.URI"
|
2047
|
+
- "matlab.perftest.FixedTimeExperiment"
|
2048
|
+
- "matlab.perftest.FrequentistTimeExperiment"
|
2049
|
+
- "matlab.perftest.TestCase"
|
2050
|
+
- "matlab.perftest.TimeExperiment"
|
2051
|
+
- "matlab.perftest.TimeExperiment.limitingSamplingError"
|
2052
|
+
- "matlab.perftest.TimeExperiment.withFixedSampleSize"
|
2053
|
+
- "matlab.perftest.TimeResult"
|
2054
|
+
- "matlab.project.createProject"
|
2055
|
+
- "matlab.project.loadProject"
|
2056
|
+
- "matlab.project.Project"
|
2057
|
+
- "matlab.project.rootProject"
|
2058
|
+
- "matlab.System"
|
2059
|
+
- "matlab.system.display.Action"
|
2060
|
+
- "matlab.system.display.Header"
|
2061
|
+
- "matlab.system.display.Icon"
|
2062
|
+
- "matlab.system.display.Section"
|
2063
|
+
- "matlab.system.display.SectionGroup"
|
2064
|
+
- "matlab.system.mixin.CustomIcon"
|
2065
|
+
- "matlab.system.mixin.FiniteSource"
|
2066
|
+
- "matlab.system.mixin.Nondirect"
|
2067
|
+
- "matlab.system.mixin.Propagates"
|
2068
|
+
- "matlab.system.mixin.SampleTime"
|
2069
|
+
- "matlab.system.StringSet"
|
2070
|
+
- "matlab.tall.blockMovingWindow"
|
2071
|
+
- "matlab.tall.movingWindow"
|
2072
|
+
- "matlab.tall.reduce"
|
2073
|
+
- "matlab.tall.transform"
|
2074
|
+
- "matlab.test.behavior.Missing"
|
2075
|
+
- "matlab.uitest.TestCase"
|
2076
|
+
- "matlab.uitest.TestCase.forInteractiveUse"
|
2077
|
+
- "matlab.uitest.unlock"
|
2078
|
+
- "matlab.unittest.constraints.AbsoluteTolerance"
|
2079
|
+
- "matlab.unittest.constraints.AnyCellOf"
|
2080
|
+
- "matlab.unittest.constraints.AnyElementOf"
|
2081
|
+
- "matlab.unittest.constraints.BooleanConstraint"
|
2082
|
+
- "matlab.unittest.constraints.CellComparator"
|
2083
|
+
- "matlab.unittest.constraints.Constraint"
|
2084
|
+
- "matlab.unittest.constraints.ContainsSubstring"
|
2085
|
+
- "matlab.unittest.constraints.EndsWithSubstring"
|
2086
|
+
- "matlab.unittest.constraints.Eventually"
|
2087
|
+
- "matlab.unittest.constraints.EveryCellOf"
|
2088
|
+
- "matlab.unittest.constraints.EveryElementOf"
|
2089
|
+
- "matlab.unittest.constraints.HasElementCount"
|
2090
|
+
- "matlab.unittest.constraints.HasField"
|
2091
|
+
- "matlab.unittest.constraints.HasInf"
|
2092
|
+
- "matlab.unittest.constraints.HasLength"
|
2093
|
+
- "matlab.unittest.constraints.HasNaN"
|
2094
|
+
- "matlab.unittest.constraints.HasSize"
|
2095
|
+
- "matlab.unittest.constraints.HasUniqueElements"
|
2096
|
+
- "matlab.unittest.constraints.IsAnything"
|
2097
|
+
- "matlab.unittest.constraints.IsEmpty"
|
2098
|
+
- "matlab.unittest.constraints.IsEqualTo"
|
2099
|
+
- "matlab.unittest.constraints.IsFalse"
|
2100
|
+
- "matlab.unittest.constraints.IsFile"
|
2101
|
+
- "matlab.unittest.constraints.IsFinite"
|
2102
|
+
- "matlab.unittest.constraints.IsFolder"
|
2103
|
+
- "matlab.unittest.constraints.IsGreaterThan"
|
2104
|
+
- "matlab.unittest.constraints.IsGreaterThanOrEqualTo"
|
2105
|
+
- "matlab.unittest.constraints.IsInstanceOf"
|
2106
|
+
- "matlab.unittest.constraints.IsLessThan"
|
2107
|
+
- "matlab.unittest.constraints.IsLessThanOrEqualTo"
|
2108
|
+
- "matlab.unittest.constraints.IsOfClass"
|
2109
|
+
- "matlab.unittest.constraints.IsReal"
|
2110
|
+
- "matlab.unittest.constraints.IsSameHandleAs"
|
2111
|
+
- "matlab.unittest.constraints.IsSameSetAs"
|
2112
|
+
- "matlab.unittest.constraints.IsScalar"
|
2113
|
+
- "matlab.unittest.constraints.IsSparse"
|
2114
|
+
- "matlab.unittest.constraints.IsSubsetOf"
|
2115
|
+
- "matlab.unittest.constraints.IsSubstringOf"
|
2116
|
+
- "matlab.unittest.constraints.IssuesNoWarnings"
|
2117
|
+
- "matlab.unittest.constraints.IssuesWarnings"
|
2118
|
+
- "matlab.unittest.constraints.IsSupersetOf"
|
2119
|
+
- "matlab.unittest.constraints.IsTrue"
|
2120
|
+
- "matlab.unittest.constraints.LogicalComparator"
|
2121
|
+
- "matlab.unittest.constraints.Matches"
|
2122
|
+
- "matlab.unittest.constraints.NumericComparator"
|
2123
|
+
- "matlab.unittest.constraints.ObjectComparator"
|
2124
|
+
- "matlab.unittest.constraints.PublicPropertyComparator"
|
2125
|
+
- "matlab.unittest.constraints.PublicPropertyComparator.supportingAllValues"
|
2126
|
+
- "matlab.unittest.constraints.RelativeTolerance"
|
2127
|
+
- "matlab.unittest.constraints.ReturnsTrue"
|
2128
|
+
- "matlab.unittest.constraints.StartsWithSubstring"
|
2129
|
+
- "matlab.unittest.constraints.StringComparator"
|
2130
|
+
- "matlab.unittest.constraints.StructComparator"
|
2131
|
+
- "matlab.unittest.constraints.TableComparator"
|
2132
|
+
- "matlab.unittest.constraints.Throws"
|
2133
|
+
- "matlab.unittest.constraints.Tolerance"
|
2134
|
+
- "matlab.unittest.diagnostics.ConstraintDiagnostic"
|
2135
|
+
- "matlab.unittest.diagnostics.ConstraintDiagnostic.getDisplayableString"
|
2136
|
+
- "matlab.unittest.diagnostics.Diagnostic"
|
2137
|
+
- "matlab.unittest.diagnostics.DiagnosticResult"
|
2138
|
+
- "matlab.unittest.diagnostics.DisplayDiagnostic"
|
2139
|
+
- "matlab.unittest.diagnostics.FigureDiagnostic"
|
2140
|
+
- "matlab.unittest.diagnostics.FileArtifact"
|
2141
|
+
- "matlab.unittest.diagnostics.FrameworkDiagnostic"
|
2142
|
+
- "matlab.unittest.diagnostics.FunctionHandleDiagnostic"
|
2143
|
+
- "matlab.unittest.diagnostics.LoggedDiagnosticEventData"
|
2144
|
+
- "matlab.unittest.diagnostics.ScreenshotDiagnostic"
|
2145
|
+
- "matlab.unittest.diagnostics.StringDiagnostic"
|
2146
|
+
- "matlab.unittest.fixtures.CurrentFolderFixture"
|
2147
|
+
- "matlab.unittest.fixtures.Fixture"
|
2148
|
+
- "matlab.unittest.fixtures.PathFixture"
|
2149
|
+
- "matlab.unittest.fixtures.ProjectFixture"
|
2150
|
+
- "matlab.unittest.fixtures.SuppressedWarningsFixture"
|
2151
|
+
- "matlab.unittest.fixtures.TemporaryFolderFixture"
|
2152
|
+
- "matlab.unittest.fixtures.WorkingFolderFixture"
|
2153
|
+
- "matlab.unittest.measurement.DefaultMeasurementResult"
|
2154
|
+
- "matlab.unittest.measurement.MeasurementResult"
|
2155
|
+
- "matlab.unittest.parameters.ClassSetupParameter"
|
2156
|
+
- "matlab.unittest.parameters.EmptyParameter"
|
2157
|
+
- "matlab.unittest.parameters.MethodSetupParameter"
|
2158
|
+
- "matlab.unittest.parameters.Parameter"
|
2159
|
+
- "matlab.unittest.parameters.Parameter.fromData"
|
2160
|
+
- "matlab.unittest.parameters.TestParameter"
|
2161
|
+
- "matlab.unittest.plugins.codecoverage.CoberturaFormat"
|
2162
|
+
- "matlab.unittest.plugins.codecoverage.CoverageReport"
|
2163
|
+
- "matlab.unittest.plugins.codecoverage.ProfileReport"
|
2164
|
+
- "matlab.unittest.plugins.CodeCoveragePlugin"
|
2165
|
+
- "matlab.unittest.plugins.CodeCoveragePlugin.forFile"
|
2166
|
+
- "matlab.unittest.plugins.CodeCoveragePlugin.forFolder"
|
2167
|
+
- "matlab.unittest.plugins.CodeCoveragePlugin.forPackage"
|
2168
|
+
- "matlab.unittest.plugins.diagnosticrecord.DiagnosticRecord"
|
2169
|
+
- "matlab.unittest.plugins.diagnosticrecord.ExceptionDiagnosticRecord"
|
2170
|
+
- "matlab.unittest.plugins.diagnosticrecord.LoggedDiagnosticRecord"
|
2171
|
+
- "matlab.unittest.plugins.diagnosticrecord.QualificationDiagnosticRecord"
|
2172
|
+
- "matlab.unittest.plugins.DiagnosticsOutputPlugin"
|
2173
|
+
- "matlab.unittest.plugins.DiagnosticsRecordingPlugin"
|
2174
|
+
- "matlab.unittest.plugins.DiagnosticsValidationPlugin"
|
2175
|
+
- "matlab.unittest.plugins.FailOnWarningsPlugin"
|
2176
|
+
- "matlab.unittest.plugins.LoggingPlugin"
|
2177
|
+
- "matlab.unittest.plugins.LoggingPlugin.withVerbosity"
|
2178
|
+
- "matlab.unittest.plugins.OutputStream"
|
2179
|
+
- "matlab.unittest.plugins.plugindata.FinalizedResultPluginData"
|
2180
|
+
- "matlab.unittest.plugins.plugindata.ImplicitFixturePluginData"
|
2181
|
+
- "matlab.unittest.plugins.plugindata.PluginData"
|
2182
|
+
- "matlab.unittest.plugins.plugindata.QualificationContext"
|
2183
|
+
- "matlab.unittest.plugins.plugindata.SharedTestFixturePluginData"
|
2184
|
+
- "matlab.unittest.plugins.plugindata.TestContentCreationPluginData"
|
2185
|
+
- "matlab.unittest.plugins.plugindata.TestSuiteRunPluginData"
|
2186
|
+
- "matlab.unittest.plugins.QualifyingPlugin"
|
2187
|
+
- "matlab.unittest.plugins.StopOnFailuresPlugin"
|
2188
|
+
- "matlab.unittest.plugins.TAPPlugin"
|
2189
|
+
- "matlab.unittest.plugins.TAPPlugin.producingOriginalFormat"
|
2190
|
+
- "matlab.unittest.plugins.TAPPlugin.producingVersion13"
|
2191
|
+
- "matlab.unittest.plugins.testreport.DOCXTestReportPlugin"
|
2192
|
+
- "matlab.unittest.plugins.testreport.HTMLTestReportPlugin"
|
2193
|
+
- "matlab.unittest.plugins.testreport.PDFTestReportPlugin"
|
2194
|
+
- "matlab.unittest.plugins.TestReportPlugin"
|
2195
|
+
- "matlab.unittest.plugins.TestReportPlugin.producingDOCX"
|
2196
|
+
- "matlab.unittest.plugins.TestReportPlugin.producingHTML"
|
2197
|
+
- "matlab.unittest.plugins.TestReportPlugin.producingPDF"
|
2198
|
+
- "matlab.unittest.plugins.TestRunnerPlugin"
|
2199
|
+
- "matlab.unittest.plugins.TestRunProgressPlugin"
|
2200
|
+
- "matlab.unittest.plugins.ToFile"
|
2201
|
+
- "matlab.unittest.plugins.ToStandardOutput"
|
2202
|
+
- "matlab.unittest.plugins.ToUniqueFile"
|
2203
|
+
- "matlab.unittest.plugins.XMLPlugin"
|
2204
|
+
- "matlab.unittest.plugins.XMLPlugin.producingJUnitFormat"
|
2205
|
+
- "matlab.unittest.qualifications.Assertable"
|
2206
|
+
- "matlab.unittest.qualifications.AssertionFailedException"
|
2207
|
+
- "matlab.unittest.qualifications.Assumable"
|
2208
|
+
- "matlab.unittest.qualifications.AssumptionFailedException"
|
2209
|
+
- "matlab.unittest.qualifications.ExceptionEventData"
|
2210
|
+
- "matlab.unittest.qualifications.FatalAssertable"
|
2211
|
+
- "matlab.unittest.qualifications.FatalAssertionFailedException"
|
2212
|
+
- "matlab.unittest.qualifications.QualificationEventData"
|
2213
|
+
- "matlab.unittest.qualifications.Verifiable"
|
2214
|
+
- "matlab.unittest.Scope"
|
2215
|
+
- "matlab.unittest.selectors.AndSelector"
|
2216
|
+
- "matlab.unittest.selectors.HasBaseFolder"
|
2217
|
+
- "matlab.unittest.selectors.HasName"
|
2218
|
+
- "matlab.unittest.selectors.HasParameter"
|
2219
|
+
- "matlab.unittest.selectors.HasProcedureName"
|
2220
|
+
- "matlab.unittest.selectors.HasSharedTestFixture"
|
2221
|
+
- "matlab.unittest.selectors.HasSuperclass"
|
2222
|
+
- "matlab.unittest.selectors.HasTag"
|
2223
|
+
- "matlab.unittest.selectors.NotSelector"
|
2224
|
+
- "matlab.unittest.selectors.OrSelector"
|
2225
|
+
- "matlab.unittest.Test"
|
2226
|
+
- "matlab.unittest.TestCase"
|
2227
|
+
- "matlab.unittest.TestCase.forInteractiveUse"
|
2228
|
+
- "matlab.unittest.TestResult"
|
2229
|
+
- "matlab.unittest.TestRunner"
|
2230
|
+
- "matlab.unittest.TestRunner.withNoPlugins"
|
2231
|
+
- "matlab.unittest.TestRunner.withTextOutput"
|
2232
|
+
- "matlab.unittest.TestSuite"
|
2233
|
+
- "matlab.unittest.TestSuite.fromClass"
|
2234
|
+
- "matlab.unittest.TestSuite.fromFile"
|
2235
|
+
- "matlab.unittest.TestSuite.fromFolder"
|
2236
|
+
- "matlab.unittest.TestSuite.fromMethod"
|
2237
|
+
- "matlab.unittest.TestSuite.fromName"
|
2238
|
+
- "matlab.unittest.TestSuite.fromPackage"
|
2239
|
+
- "matlab.unittest.TestSuite.fromProject"
|
2240
|
+
- "matlab.unittest.Verbosity"
|
2241
|
+
- "matlab.wsdl.createWSDLClient"
|
2242
|
+
- "matlab.wsdl.setWSDLToolPath"
|
2243
|
+
- "matlabrc"
|
2244
|
+
- "matlabroot"
|
2245
|
+
- "matlabshared.supportpkg.checkForUpdate"
|
2246
|
+
- "matlabshared.supportpkg.getInstalled"
|
2247
|
+
- "matlabshared.supportpkg.getSupportPackageRoot"
|
2248
|
+
- "matlabshared.supportpkg.setSupportPackageRoot"
|
2249
|
+
- "max"
|
2250
|
+
- "max"
|
2251
|
+
- "maxflow"
|
2252
|
+
- "MaximizeCommandWindow"
|
2253
|
+
- "maxk"
|
2254
|
+
- "maxNumCompThreads"
|
2255
|
+
- "maxpartitions"
|
2256
|
+
- "maxpartitions"
|
2257
|
+
- "mean"
|
2258
|
+
- "mean"
|
2259
|
+
- "median"
|
2260
|
+
- "median"
|
2261
|
+
- "memmapfile"
|
2262
|
+
- "memoize"
|
2263
|
+
- "MemoizedFunction"
|
2264
|
+
- "memory"
|
2265
|
+
- "menu"
|
2266
|
+
- "mergecats"
|
2267
|
+
- "mergevars"
|
2268
|
+
- "mesh"
|
2269
|
+
- "meshc"
|
2270
|
+
- "meshgrid"
|
2271
|
+
- "meshz"
|
2272
|
+
- "meta.abstractDetails"
|
2273
|
+
- "meta.ArrayDimension"
|
2274
|
+
- "meta.class"
|
2275
|
+
- "meta.class.fromName"
|
2276
|
+
- "meta.DynamicProperty"
|
2277
|
+
- "meta.EnumeratedValue"
|
2278
|
+
- "meta.event"
|
2279
|
+
- "meta.FixedDimension"
|
2280
|
+
- "meta.MetaData"
|
2281
|
+
- "meta.method"
|
2282
|
+
- "meta.package"
|
2283
|
+
- "meta.package.fromName"
|
2284
|
+
- "meta.package.getAllPackages"
|
2285
|
+
- "meta.property"
|
2286
|
+
- "meta.UnrestrictedDimension"
|
2287
|
+
- "meta.Validation"
|
2288
|
+
- "metaclass"
|
2289
|
+
- "methods"
|
2290
|
+
- "methodsview"
|
2291
|
+
- "mex"
|
2292
|
+
- "mex.getCompilerConfigurations"
|
2293
|
+
- "MException"
|
2294
|
+
- "MException.last"
|
2295
|
+
- "mexext"
|
2296
|
+
- "mexhost"
|
2297
|
+
- "mfilename"
|
2298
|
+
- "mget"
|
2299
|
+
- "milliseconds"
|
2300
|
+
- "min"
|
2301
|
+
- "min"
|
2302
|
+
- "MinimizeCommandWindow"
|
2303
|
+
- "mink"
|
2304
|
+
- "minres"
|
2305
|
+
- "minspantree"
|
2306
|
+
- "minus"
|
2307
|
+
- "minute"
|
2308
|
+
- "minutes"
|
2309
|
+
- "mislocked"
|
2310
|
+
- "missing"
|
2311
|
+
- "mkdir"
|
2312
|
+
- "mkdir"
|
2313
|
+
- "mkpp"
|
2314
|
+
- "mldivide"
|
2315
|
+
- "mlint"
|
2316
|
+
- "mlintrpt"
|
2317
|
+
- "mlock"
|
2318
|
+
- "mmfileinfo"
|
2319
|
+
- "mod"
|
2320
|
+
- "mode"
|
2321
|
+
- "month"
|
2322
|
+
- "more"
|
2323
|
+
- "morebins"
|
2324
|
+
- "movAbsHDU"
|
2325
|
+
- "move"
|
2326
|
+
- "move"
|
2327
|
+
- "movefile"
|
2328
|
+
- "movegui"
|
2329
|
+
- "movevars"
|
2330
|
+
- "movie"
|
2331
|
+
- "movmad"
|
2332
|
+
- "movmax"
|
2333
|
+
- "movmean"
|
2334
|
+
- "movmedian"
|
2335
|
+
- "movmin"
|
2336
|
+
- "movNamHDU"
|
2337
|
+
- "movprod"
|
2338
|
+
- "movRelHDU"
|
2339
|
+
- "movstd"
|
2340
|
+
- "movsum"
|
2341
|
+
- "movvar"
|
2342
|
+
- "mpower"
|
2343
|
+
- "mput"
|
2344
|
+
- "mrdivide"
|
2345
|
+
- "msgbox"
|
2346
|
+
- "mtimes"
|
2347
|
+
- "mu2lin"
|
2348
|
+
- "multibandread"
|
2349
|
+
- "multibandwrite"
|
2350
|
+
- "munlock"
|
2351
|
+
- "mustBeFinite"
|
2352
|
+
- "mustBeGreaterThan"
|
2353
|
+
- "mustBeGreaterThanOrEqual"
|
2354
|
+
- "mustBeInteger"
|
2355
|
+
- "mustBeLessThan"
|
2356
|
+
- "mustBeLessThanOrEqual"
|
2357
|
+
- "mustBeMember"
|
2358
|
+
- "mustBeNegative"
|
2359
|
+
- "mustBeNonempty"
|
2360
|
+
- "mustBeNonNan"
|
2361
|
+
- "mustBeNonnegative"
|
2362
|
+
- "mustBeNonpositive"
|
2363
|
+
- "mustBeNonsparse"
|
2364
|
+
- "mustBeNonzero"
|
2365
|
+
- "mustBeNumeric"
|
2366
|
+
- "mustBeNumericOrLogical"
|
2367
|
+
- "mustBePositive"
|
2368
|
+
- "mustBeReal"
|
2369
|
+
- "namelengthmax"
|
2370
|
+
- "NaN"
|
2371
|
+
- "nargchk"
|
2372
|
+
- "nargin"
|
2373
|
+
- "nargin"
|
2374
|
+
- "narginchk"
|
2375
|
+
- "nargout"
|
2376
|
+
- "nargout"
|
2377
|
+
- "nargoutchk"
|
2378
|
+
- "NaT"
|
2379
|
+
- "native2unicode"
|
2380
|
+
- "nccreate"
|
2381
|
+
- "ncdisp"
|
2382
|
+
- "nchoosek"
|
2383
|
+
- "ncinfo"
|
2384
|
+
- "ncread"
|
2385
|
+
- "ncreadatt"
|
2386
|
+
- "ncwrite"
|
2387
|
+
- "ncwriteatt"
|
2388
|
+
- "ncwriteschema"
|
2389
|
+
- "ndgrid"
|
2390
|
+
- "ndims"
|
2391
|
+
- "ne"
|
2392
|
+
- "nearest"
|
2393
|
+
- "nearestNeighbor"
|
2394
|
+
- "nearestNeighbor"
|
2395
|
+
- "nearestNeighbor"
|
2396
|
+
- "nearestvertex"
|
2397
|
+
- "neighbors"
|
2398
|
+
- "neighbors"
|
2399
|
+
- "neighbors"
|
2400
|
+
- "NET"
|
2401
|
+
- "NET.addAssembly"
|
2402
|
+
- "NET.Assembly"
|
2403
|
+
- "NET.convertArray"
|
2404
|
+
- "NET.createArray"
|
2405
|
+
- "NET.createGeneric"
|
2406
|
+
- "NET.disableAutoRelease"
|
2407
|
+
- "NET.enableAutoRelease"
|
2408
|
+
- "NET.GenericClass"
|
2409
|
+
- "NET.invokeGenericMethod"
|
2410
|
+
- "NET.isNETSupported"
|
2411
|
+
- "NET.NetException"
|
2412
|
+
- "NET.setStaticProperty"
|
2413
|
+
- "netcdf.abort"
|
2414
|
+
- "netcdf.close"
|
2415
|
+
- "netcdf.copyAtt"
|
2416
|
+
- "netcdf.create"
|
2417
|
+
- "netcdf.defDim"
|
2418
|
+
- "netcdf.defGrp"
|
2419
|
+
- "netcdf.defVar"
|
2420
|
+
- "netcdf.defVarChunking"
|
2421
|
+
- "netcdf.defVarDeflate"
|
2422
|
+
- "netcdf.defVarFill"
|
2423
|
+
- "netcdf.defVarFletcher32"
|
2424
|
+
- "netcdf.delAtt"
|
2425
|
+
- "netcdf.endDef"
|
2426
|
+
- "netcdf.getAtt"
|
2427
|
+
- "netcdf.getChunkCache"
|
2428
|
+
- "netcdf.getConstant"
|
2429
|
+
- "netcdf.getConstantNames"
|
2430
|
+
- "netcdf.getVar"
|
2431
|
+
- "netcdf.inq"
|
2432
|
+
- "netcdf.inqAtt"
|
2433
|
+
- "netcdf.inqAttID"
|
2434
|
+
- "netcdf.inqAttName"
|
2435
|
+
- "netcdf.inqDim"
|
2436
|
+
- "netcdf.inqDimID"
|
2437
|
+
- "netcdf.inqDimIDs"
|
2438
|
+
- "netcdf.inqFormat"
|
2439
|
+
- "netcdf.inqGrpName"
|
2440
|
+
- "netcdf.inqGrpNameFull"
|
2441
|
+
- "netcdf.inqGrpParent"
|
2442
|
+
- "netcdf.inqGrps"
|
2443
|
+
- "netcdf.inqLibVers"
|
2444
|
+
- "netcdf.inqNcid"
|
2445
|
+
- "netcdf.inqUnlimDims"
|
2446
|
+
- "netcdf.inqVar"
|
2447
|
+
- "netcdf.inqVarChunking"
|
2448
|
+
- "netcdf.inqVarDeflate"
|
2449
|
+
- "netcdf.inqVarFill"
|
2450
|
+
- "netcdf.inqVarFletcher32"
|
2451
|
+
- "netcdf.inqVarID"
|
2452
|
+
- "netcdf.inqVarIDs"
|
2453
|
+
- "netcdf.open"
|
2454
|
+
- "netcdf.putAtt"
|
2455
|
+
- "netcdf.putVar"
|
2456
|
+
- "netcdf.reDef"
|
2457
|
+
- "netcdf.renameAtt"
|
2458
|
+
- "netcdf.renameDim"
|
2459
|
+
- "netcdf.renameVar"
|
2460
|
+
- "netcdf.setChunkCache"
|
2461
|
+
- "netcdf.setDefaultFormat"
|
2462
|
+
- "netcdf.setFill"
|
2463
|
+
- "netcdf.sync"
|
2464
|
+
- "newline"
|
2465
|
+
- "newplot"
|
2466
|
+
- "nextfile"
|
2467
|
+
- "nextpow2"
|
2468
|
+
- "nnz"
|
2469
|
+
- "nonzeros"
|
2470
|
+
- "norm"
|
2471
|
+
- "normalize"
|
2472
|
+
- "normest"
|
2473
|
+
- "not"
|
2474
|
+
- "notebook"
|
2475
|
+
- "notify"
|
2476
|
+
- "now"
|
2477
|
+
- "nsidedpoly"
|
2478
|
+
- "nthroot"
|
2479
|
+
- "null"
|
2480
|
+
- "num2cell"
|
2481
|
+
- "num2hex"
|
2482
|
+
- "num2ruler"
|
2483
|
+
- "num2str"
|
2484
|
+
- "numArgumentsFromSubscript"
|
2485
|
+
- "numboundaries"
|
2486
|
+
- "numedges"
|
2487
|
+
- "numel"
|
2488
|
+
- "numnodes"
|
2489
|
+
- "numpartitions"
|
2490
|
+
- "numpartitions"
|
2491
|
+
- "numRegions"
|
2492
|
+
- "numsides"
|
2493
|
+
- "nzmax"
|
2494
|
+
- "ode113"
|
2495
|
+
- "ode15i"
|
2496
|
+
- "ode15s"
|
2497
|
+
- "ode23"
|
2498
|
+
- "ode23s"
|
2499
|
+
- "ode23t"
|
2500
|
+
- "ode23tb"
|
2501
|
+
- "ode45"
|
2502
|
+
- "odeget"
|
2503
|
+
- "odeset"
|
2504
|
+
- "odextend"
|
2505
|
+
- "onCleanup"
|
2506
|
+
- "ones"
|
2507
|
+
- "onFailure"
|
2508
|
+
- "onFailure"
|
2509
|
+
- "open"
|
2510
|
+
- "open"
|
2511
|
+
- "openDiskFile"
|
2512
|
+
- "openfig"
|
2513
|
+
- "openFile"
|
2514
|
+
- "opengl"
|
2515
|
+
- "openProject"
|
2516
|
+
- "openvar"
|
2517
|
+
- "optimget"
|
2518
|
+
- "optimset"
|
2519
|
+
- "or"
|
2520
|
+
- "ordeig"
|
2521
|
+
- "orderfields"
|
2522
|
+
- "ordqz"
|
2523
|
+
- "ordschur"
|
2524
|
+
- "orient"
|
2525
|
+
- "orth"
|
2526
|
+
- "outdegree"
|
2527
|
+
- "outedges"
|
2528
|
+
- "outerjoin"
|
2529
|
+
- "outputImpl"
|
2530
|
+
- "overlaps"
|
2531
|
+
- "pack"
|
2532
|
+
- "pad"
|
2533
|
+
- "padecoef"
|
2534
|
+
- "pagesetupdlg"
|
2535
|
+
- "pan"
|
2536
|
+
- "panInteraction"
|
2537
|
+
- "parallelplot"
|
2538
|
+
- "pareto"
|
2539
|
+
- "parfor"
|
2540
|
+
- "parquetDatastore"
|
2541
|
+
- "parquetinfo"
|
2542
|
+
- "parquetread"
|
2543
|
+
- "parquetwrite"
|
2544
|
+
- "parse"
|
2545
|
+
- "parse"
|
2546
|
+
- "parseSoapResponse"
|
2547
|
+
- "partition"
|
2548
|
+
- "partition"
|
2549
|
+
- "partition"
|
2550
|
+
- "parula"
|
2551
|
+
- "pascal"
|
2552
|
+
- "patch"
|
2553
|
+
- "path"
|
2554
|
+
- "path2rc"
|
2555
|
+
- "pathsep"
|
2556
|
+
- "pathtool"
|
2557
|
+
- "pause"
|
2558
|
+
- "pause"
|
2559
|
+
- "pbaspect"
|
2560
|
+
- "pcg"
|
2561
|
+
- "pchip"
|
2562
|
+
- "pcode"
|
2563
|
+
- "pcolor"
|
2564
|
+
- "pdepe"
|
2565
|
+
- "pdeval"
|
2566
|
+
- "peaks"
|
2567
|
+
- "perimeter"
|
2568
|
+
- "perimeter"
|
2569
|
+
- "perl"
|
2570
|
+
- "perms"
|
2571
|
+
- "permute"
|
2572
|
+
- "persistent"
|
2573
|
+
- "pi"
|
2574
|
+
- "pie"
|
2575
|
+
- "pie3"
|
2576
|
+
- "pink"
|
2577
|
+
- "pinv"
|
2578
|
+
- "planerot"
|
2579
|
+
- "play"
|
2580
|
+
- "play"
|
2581
|
+
- "playblocking"
|
2582
|
+
- "plot"
|
2583
|
+
- "plot"
|
2584
|
+
- "plot"
|
2585
|
+
- "plot"
|
2586
|
+
- "plot"
|
2587
|
+
- "plot3"
|
2588
|
+
- "plotbrowser"
|
2589
|
+
- "plotedit"
|
2590
|
+
- "plotmatrix"
|
2591
|
+
- "plottools"
|
2592
|
+
- "plotyy"
|
2593
|
+
- "plus"
|
2594
|
+
- "plus"
|
2595
|
+
- "pointLocation"
|
2596
|
+
- "pointLocation"
|
2597
|
+
- "pol2cart"
|
2598
|
+
- "polar"
|
2599
|
+
- "polaraxes"
|
2600
|
+
- "polarhistogram"
|
2601
|
+
- "polarplot"
|
2602
|
+
- "polarscatter"
|
2603
|
+
- "poly"
|
2604
|
+
- "polyarea"
|
2605
|
+
- "polybuffer"
|
2606
|
+
- "polyder"
|
2607
|
+
- "polyeig"
|
2608
|
+
- "polyfit"
|
2609
|
+
- "polyint"
|
2610
|
+
- "polyshape"
|
2611
|
+
- "polyval"
|
2612
|
+
- "polyvalm"
|
2613
|
+
- "posixtime"
|
2614
|
+
- "pow2"
|
2615
|
+
- "power"
|
2616
|
+
- "ppval"
|
2617
|
+
- "predecessors"
|
2618
|
+
- "prefdir"
|
2619
|
+
- "preferences"
|
2620
|
+
- "preferredBufferSize"
|
2621
|
+
- "preferredBufferSize"
|
2622
|
+
- "press"
|
2623
|
+
- "preview"
|
2624
|
+
- "preview"
|
2625
|
+
- "primes"
|
2626
|
+
- "print"
|
2627
|
+
- "print"
|
2628
|
+
- "printdlg"
|
2629
|
+
- "printopt"
|
2630
|
+
- "printpreview"
|
2631
|
+
- "prism"
|
2632
|
+
- "processInputSpecificationChangeImpl"
|
2633
|
+
- "processTunedPropertiesImpl"
|
2634
|
+
- "prod"
|
2635
|
+
- "profile"
|
2636
|
+
- "profsave"
|
2637
|
+
- "progress"
|
2638
|
+
- "propagatedInputComplexity"
|
2639
|
+
- "propagatedInputDataType"
|
2640
|
+
- "propagatedInputFixedSize"
|
2641
|
+
- "propagatedInputSize"
|
2642
|
+
- "propedit"
|
2643
|
+
- "propedit"
|
2644
|
+
- "properties"
|
2645
|
+
- "propertyeditor"
|
2646
|
+
- "psi"
|
2647
|
+
- "publish"
|
2648
|
+
- "PutCharArray"
|
2649
|
+
- "putData"
|
2650
|
+
- "putData"
|
2651
|
+
- "putData"
|
2652
|
+
- "putData"
|
2653
|
+
- "putData"
|
2654
|
+
- "putData"
|
2655
|
+
- "putData"
|
2656
|
+
- "putData"
|
2657
|
+
- "PutFullMatrix"
|
2658
|
+
- "PutWorkspaceData"
|
2659
|
+
- "pwd"
|
2660
|
+
- "pyargs"
|
2661
|
+
- "pyversion"
|
2662
|
+
- "qmr"
|
2663
|
+
- "qr"
|
2664
|
+
- "qrdelete"
|
2665
|
+
- "qrinsert"
|
2666
|
+
- "qrupdate"
|
2667
|
+
- "quad"
|
2668
|
+
- "quad2d"
|
2669
|
+
- "quadgk"
|
2670
|
+
- "quadl"
|
2671
|
+
- "quadv"
|
2672
|
+
- "quarter"
|
2673
|
+
- "questdlg"
|
2674
|
+
- "Quit"
|
2675
|
+
- "quit"
|
2676
|
+
- "quiver"
|
2677
|
+
- "quiver3"
|
2678
|
+
- "qz"
|
2679
|
+
- "rad2deg"
|
2680
|
+
- "rand"
|
2681
|
+
- "rand"
|
2682
|
+
- "randi"
|
2683
|
+
- "randi"
|
2684
|
+
- "randn"
|
2685
|
+
- "randn"
|
2686
|
+
- "randperm"
|
2687
|
+
- "randperm"
|
2688
|
+
- "RandStream"
|
2689
|
+
- "RandStream"
|
2690
|
+
- "RandStream.create"
|
2691
|
+
- "RandStream.getGlobalStream"
|
2692
|
+
- "RandStream.list"
|
2693
|
+
- "RandStream.setGlobalStream"
|
2694
|
+
- "rank"
|
2695
|
+
- "rat"
|
2696
|
+
- "rats"
|
2697
|
+
- "rbbox"
|
2698
|
+
- "rcond"
|
2699
|
+
- "rdivide"
|
2700
|
+
- "read"
|
2701
|
+
- "read"
|
2702
|
+
- "read"
|
2703
|
+
- "read"
|
2704
|
+
- "read"
|
2705
|
+
- "readall"
|
2706
|
+
- "readasync"
|
2707
|
+
- "readATblHdr"
|
2708
|
+
- "readBTblHdr"
|
2709
|
+
- "readCard"
|
2710
|
+
- "readcell"
|
2711
|
+
- "readCol"
|
2712
|
+
- "readFrame"
|
2713
|
+
- "readimage"
|
2714
|
+
- "readImg"
|
2715
|
+
- "readKey"
|
2716
|
+
- "readKeyCmplx"
|
2717
|
+
- "readKeyDbl"
|
2718
|
+
- "readKeyLongLong"
|
2719
|
+
- "readKeyLongStr"
|
2720
|
+
- "readKeyUnit"
|
2721
|
+
- "readmatrix"
|
2722
|
+
- "readRecord"
|
2723
|
+
- "readtable"
|
2724
|
+
- "readtimetable"
|
2725
|
+
- "readvars"
|
2726
|
+
- "real"
|
2727
|
+
- "reallog"
|
2728
|
+
- "realmax"
|
2729
|
+
- "realmin"
|
2730
|
+
- "realpow"
|
2731
|
+
- "realsqrt"
|
2732
|
+
- "record"
|
2733
|
+
- "record"
|
2734
|
+
- "recordblocking"
|
2735
|
+
- "rectangle"
|
2736
|
+
- "rectint"
|
2737
|
+
- "recycle"
|
2738
|
+
- "reducepatch"
|
2739
|
+
- "reducevolume"
|
2740
|
+
- "refresh"
|
2741
|
+
- "refreshdata"
|
2742
|
+
- "refreshSourceControl"
|
2743
|
+
- "regexp"
|
2744
|
+
- "regexpi"
|
2745
|
+
- "regexprep"
|
2746
|
+
- "regexptranslate"
|
2747
|
+
- "regions"
|
2748
|
+
- "regionZoomInteraction"
|
2749
|
+
- "registerevent"
|
2750
|
+
- "regmatlabserver"
|
2751
|
+
- "rehash"
|
2752
|
+
- "relationaloperators"
|
2753
|
+
- "release"
|
2754
|
+
- "release"
|
2755
|
+
- "releaseImpl"
|
2756
|
+
- "reload"
|
2757
|
+
- "rem"
|
2758
|
+
- "Remove"
|
2759
|
+
- "remove"
|
2760
|
+
- "RemoveAll"
|
2761
|
+
- "removeCategory"
|
2762
|
+
- "removecats"
|
2763
|
+
- "removeFields"
|
2764
|
+
- "removeFields"
|
2765
|
+
- "removeFile"
|
2766
|
+
- "removeLabel"
|
2767
|
+
- "removeParameter"
|
2768
|
+
- "removeParameter"
|
2769
|
+
- "removePath"
|
2770
|
+
- "removeReference"
|
2771
|
+
- "removeShortcut"
|
2772
|
+
- "removeShutdownFile"
|
2773
|
+
- "removeStartupFile"
|
2774
|
+
- "removeToolbarExplorationButtons"
|
2775
|
+
- "removets"
|
2776
|
+
- "removevars"
|
2777
|
+
- "rename"
|
2778
|
+
- "renamecats"
|
2779
|
+
- "rendererinfo"
|
2780
|
+
- "reordercats"
|
2781
|
+
- "reordernodes"
|
2782
|
+
- "repeat"
|
2783
|
+
- "repeat"
|
2784
|
+
- "repeat"
|
2785
|
+
- "repeat"
|
2786
|
+
- "repeat"
|
2787
|
+
- "repelem"
|
2788
|
+
- "replace"
|
2789
|
+
- "replaceBetween"
|
2790
|
+
- "replaceFields"
|
2791
|
+
- "replaceFields"
|
2792
|
+
- "repmat"
|
2793
|
+
- "reportFinalizedResult"
|
2794
|
+
- "resample"
|
2795
|
+
- "resample"
|
2796
|
+
- "rescale"
|
2797
|
+
- "reset"
|
2798
|
+
- "reset"
|
2799
|
+
- "reset"
|
2800
|
+
- "reset"
|
2801
|
+
- "reset"
|
2802
|
+
- "resetImpl"
|
2803
|
+
- "reshape"
|
2804
|
+
- "reshape"
|
2805
|
+
- "residue"
|
2806
|
+
- "resolve"
|
2807
|
+
- "restartable"
|
2808
|
+
- "restartable"
|
2809
|
+
- "restartable"
|
2810
|
+
- "restoredefaultpath"
|
2811
|
+
- "result"
|
2812
|
+
- "resume"
|
2813
|
+
- "rethrow"
|
2814
|
+
- "rethrow"
|
2815
|
+
- "retime"
|
2816
|
+
- "return"
|
2817
|
+
- "returnStoredValueWhen"
|
2818
|
+
- "reusable"
|
2819
|
+
- "reusable"
|
2820
|
+
- "reusable"
|
2821
|
+
- "reverse"
|
2822
|
+
- "rgb2gray"
|
2823
|
+
- "rgb2hsv"
|
2824
|
+
- "rgb2ind"
|
2825
|
+
- "rgbplot"
|
2826
|
+
- "ribbon"
|
2827
|
+
- "rlim"
|
2828
|
+
- "rmappdata"
|
2829
|
+
- "rmboundary"
|
2830
|
+
- "rmdir"
|
2831
|
+
- "rmdir"
|
2832
|
+
- "rmedge"
|
2833
|
+
- "rmfield"
|
2834
|
+
- "rmholes"
|
2835
|
+
- "rmmissing"
|
2836
|
+
- "rmnode"
|
2837
|
+
- "rmoutliers"
|
2838
|
+
- "rmpath"
|
2839
|
+
- "rmpref"
|
2840
|
+
- "rmprop"
|
2841
|
+
- "rmslivers"
|
2842
|
+
- "rng"
|
2843
|
+
- "roots"
|
2844
|
+
- "rose"
|
2845
|
+
- "rosser"
|
2846
|
+
- "rot90"
|
2847
|
+
- "rotate"
|
2848
|
+
- "rotate"
|
2849
|
+
- "rotate3d"
|
2850
|
+
- "rotateInteraction"
|
2851
|
+
- "round"
|
2852
|
+
- "rowfun"
|
2853
|
+
- "rows2vars"
|
2854
|
+
- "rref"
|
2855
|
+
- "rsf2csf"
|
2856
|
+
- "rtickangle"
|
2857
|
+
- "rtickformat"
|
2858
|
+
- "rticklabels"
|
2859
|
+
- "rticks"
|
2860
|
+
- "ruler2num"
|
2861
|
+
- "rulerPanInteraction"
|
2862
|
+
- "run"
|
2863
|
+
- "run"
|
2864
|
+
- "run"
|
2865
|
+
- "run"
|
2866
|
+
- "run"
|
2867
|
+
- "runInParallel"
|
2868
|
+
- "runperf"
|
2869
|
+
- "runTest"
|
2870
|
+
- "runTestClass"
|
2871
|
+
- "runTestMethod"
|
2872
|
+
- "runtests"
|
2873
|
+
- "runTestSuite"
|
2874
|
+
- "samplefun"
|
2875
|
+
- "sampleSummary"
|
2876
|
+
- "satisfiedBy"
|
2877
|
+
- "satisfiedBy"
|
2878
|
+
- "save"
|
2879
|
+
- "save"
|
2880
|
+
- "save"
|
2881
|
+
- "saveas"
|
2882
|
+
- "savefig"
|
2883
|
+
- "saveobj"
|
2884
|
+
- "saveObjectImpl"
|
2885
|
+
- "savepath"
|
2886
|
+
- "scale"
|
2887
|
+
- "scatter"
|
2888
|
+
- "scatter3"
|
2889
|
+
- "scatteredInterpolant"
|
2890
|
+
- "scatterhistogram"
|
2891
|
+
- "schur"
|
2892
|
+
- "scroll"
|
2893
|
+
- "sec"
|
2894
|
+
- "secd"
|
2895
|
+
- "sech"
|
2896
|
+
- "second"
|
2897
|
+
- "seconds"
|
2898
|
+
- "seek"
|
2899
|
+
- "selectFailed"
|
2900
|
+
- "selectIf"
|
2901
|
+
- "selectIncomplete"
|
2902
|
+
- "selectLogged"
|
2903
|
+
- "selectmoveresize"
|
2904
|
+
- "selectPassed"
|
2905
|
+
- "semilogx"
|
2906
|
+
- "semilogy"
|
2907
|
+
- "send"
|
2908
|
+
- "sendmail"
|
2909
|
+
- "serial"
|
2910
|
+
- "serialbreak"
|
2911
|
+
- "seriallist"
|
2912
|
+
- "set"
|
2913
|
+
- "set"
|
2914
|
+
- "set"
|
2915
|
+
- "set"
|
2916
|
+
- "set"
|
2917
|
+
- "set"
|
2918
|
+
- "set"
|
2919
|
+
- "set"
|
2920
|
+
- "set"
|
2921
|
+
- "set"
|
2922
|
+
- "set"
|
2923
|
+
- "setabstime"
|
2924
|
+
- "setabstime"
|
2925
|
+
- "setappdata"
|
2926
|
+
- "setBscale"
|
2927
|
+
- "setcats"
|
2928
|
+
- "setCompressionType"
|
2929
|
+
- "setdatatype"
|
2930
|
+
- "setdiff"
|
2931
|
+
- "setdisp"
|
2932
|
+
- "setenv"
|
2933
|
+
- "setfield"
|
2934
|
+
- "setHCompScale"
|
2935
|
+
- "setHCompSmooth"
|
2936
|
+
- "setinterpmethod"
|
2937
|
+
- "setParameter"
|
2938
|
+
- "setParameter"
|
2939
|
+
- "setParameter"
|
2940
|
+
- "setpixelposition"
|
2941
|
+
- "setpref"
|
2942
|
+
- "setProperties"
|
2943
|
+
- "setstr"
|
2944
|
+
- "setTileDim"
|
2945
|
+
- "settimeseriesnames"
|
2946
|
+
- "Setting"
|
2947
|
+
- "settings"
|
2948
|
+
- "SettingsGroup"
|
2949
|
+
- "setToValue"
|
2950
|
+
- "setTscale"
|
2951
|
+
- "setuniformtime"
|
2952
|
+
- "setup"
|
2953
|
+
- "setupImpl"
|
2954
|
+
- "setupSharedTestFixture"
|
2955
|
+
- "setupTestClass"
|
2956
|
+
- "setupTestMethod"
|
2957
|
+
- "setvaropts"
|
2958
|
+
- "setvartype"
|
2959
|
+
- "setxor"
|
2960
|
+
- "sgtitle"
|
2961
|
+
- "shading"
|
2962
|
+
- "sheetnames"
|
2963
|
+
- "shg"
|
2964
|
+
- "shiftdim"
|
2965
|
+
- "shortestpath"
|
2966
|
+
- "shortestpathtree"
|
2967
|
+
- "show"
|
2968
|
+
- "show"
|
2969
|
+
- "show"
|
2970
|
+
- "show"
|
2971
|
+
- "showFiSettingsImpl"
|
2972
|
+
- "showplottool"
|
2973
|
+
- "showSimulateUsingImpl"
|
2974
|
+
- "shrinkfaces"
|
2975
|
+
- "shuffle"
|
2976
|
+
- "shuffle"
|
2977
|
+
- "sign"
|
2978
|
+
- "simplify"
|
2979
|
+
- "simplify"
|
2980
|
+
- "sin"
|
2981
|
+
- "sind"
|
2982
|
+
- "single"
|
2983
|
+
- "sinh"
|
2984
|
+
- "sinpi"
|
2985
|
+
- "size"
|
2986
|
+
- "size"
|
2987
|
+
- "size"
|
2988
|
+
- "size"
|
2989
|
+
- "size"
|
2990
|
+
- "size"
|
2991
|
+
- "size"
|
2992
|
+
- "slice"
|
2993
|
+
- "smooth3"
|
2994
|
+
- "smoothdata"
|
2995
|
+
- "snapnow"
|
2996
|
+
- "sort"
|
2997
|
+
- "sortboundaries"
|
2998
|
+
- "sortByFixtures"
|
2999
|
+
- "sortregions"
|
3000
|
+
- "sortrows"
|
3001
|
+
- "sortx"
|
3002
|
+
- "sorty"
|
3003
|
+
- "sound"
|
3004
|
+
- "soundsc"
|
3005
|
+
- "spalloc"
|
3006
|
+
- "sparse"
|
3007
|
+
- "spaugment"
|
3008
|
+
- "spconvert"
|
3009
|
+
- "spdiags"
|
3010
|
+
- "specular"
|
3011
|
+
- "speye"
|
3012
|
+
- "spfun"
|
3013
|
+
- "sph2cart"
|
3014
|
+
- "sphere"
|
3015
|
+
- "spinmap"
|
3016
|
+
- "spline"
|
3017
|
+
- "split"
|
3018
|
+
- "split"
|
3019
|
+
- "splitapply"
|
3020
|
+
- "splitEachLabel"
|
3021
|
+
- "splitlines"
|
3022
|
+
- "splitvars"
|
3023
|
+
- "spones"
|
3024
|
+
- "spparms"
|
3025
|
+
- "sprand"
|
3026
|
+
- "sprandn"
|
3027
|
+
- "sprandsym"
|
3028
|
+
- "sprank"
|
3029
|
+
- "spreadsheetDatastore"
|
3030
|
+
- "spreadsheetImportOptions"
|
3031
|
+
- "spring"
|
3032
|
+
- "sprintf"
|
3033
|
+
- "spy"
|
3034
|
+
- "sqrt"
|
3035
|
+
- "sqrtm"
|
3036
|
+
- "squeeze"
|
3037
|
+
- "ss2tf"
|
3038
|
+
- "sscanf"
|
3039
|
+
- "stack"
|
3040
|
+
- "stackedplot"
|
3041
|
+
- "stairs"
|
3042
|
+
- "standardizeMissing"
|
3043
|
+
- "start"
|
3044
|
+
- "start"
|
3045
|
+
- "start"
|
3046
|
+
- "start"
|
3047
|
+
- "start"
|
3048
|
+
- "start"
|
3049
|
+
- "start"
|
3050
|
+
- "start"
|
3051
|
+
- "start"
|
3052
|
+
- "start"
|
3053
|
+
- "start"
|
3054
|
+
- "start"
|
3055
|
+
- "startat"
|
3056
|
+
- "startMeasuring"
|
3057
|
+
- "startsWith"
|
3058
|
+
- "startup"
|
3059
|
+
- "stats"
|
3060
|
+
- "std"
|
3061
|
+
- "std"
|
3062
|
+
- "stem"
|
3063
|
+
- "stem3"
|
3064
|
+
- "step"
|
3065
|
+
- "stepImpl"
|
3066
|
+
- "stlread"
|
3067
|
+
- "stlwrite"
|
3068
|
+
- "stop"
|
3069
|
+
- "stop"
|
3070
|
+
- "stopasync"
|
3071
|
+
- "stopMeasuring"
|
3072
|
+
- "storeValueWhen"
|
3073
|
+
- "str2double"
|
3074
|
+
- "str2func"
|
3075
|
+
- "str2mat"
|
3076
|
+
- "str2num"
|
3077
|
+
- "strcat"
|
3078
|
+
- "strcmp"
|
3079
|
+
- "strcmpi"
|
3080
|
+
- "stream2"
|
3081
|
+
- "stream3"
|
3082
|
+
- "streamline"
|
3083
|
+
- "streamparticles"
|
3084
|
+
- "streamribbon"
|
3085
|
+
- "streamslice"
|
3086
|
+
- "streamtube"
|
3087
|
+
- "strfind"
|
3088
|
+
- "string"
|
3089
|
+
- "string"
|
3090
|
+
- "string"
|
3091
|
+
- "string"
|
3092
|
+
- "string"
|
3093
|
+
- "string"
|
3094
|
+
- "strings"
|
3095
|
+
- "strip"
|
3096
|
+
- "strjoin"
|
3097
|
+
- "strjust"
|
3098
|
+
- "strlength"
|
3099
|
+
- "strmatch"
|
3100
|
+
- "strncmp"
|
3101
|
+
- "strncmpi"
|
3102
|
+
- "strread"
|
3103
|
+
- "strrep"
|
3104
|
+
- "strsplit"
|
3105
|
+
- "strtok"
|
3106
|
+
- "strtrim"
|
3107
|
+
- "struct"
|
3108
|
+
- "struct2cell"
|
3109
|
+
- "struct2table"
|
3110
|
+
- "structfun"
|
3111
|
+
- "strvcat"
|
3112
|
+
- "sub2ind"
|
3113
|
+
- "subgraph"
|
3114
|
+
- "subplot"
|
3115
|
+
- "subsasgn"
|
3116
|
+
- "subset"
|
3117
|
+
- "subsindex"
|
3118
|
+
- "subspace"
|
3119
|
+
- "subsref"
|
3120
|
+
- "substruct"
|
3121
|
+
- "subtract"
|
3122
|
+
- "subvolume"
|
3123
|
+
- "successors"
|
3124
|
+
- "sum"
|
3125
|
+
- "sum"
|
3126
|
+
- "summary"
|
3127
|
+
- "summary"
|
3128
|
+
- "summer"
|
3129
|
+
- "superclasses"
|
3130
|
+
- "support"
|
3131
|
+
- "supportPackageInstaller"
|
3132
|
+
- "supports"
|
3133
|
+
- "supportsMultipleInstanceImpl"
|
3134
|
+
- "surf"
|
3135
|
+
- "surf2patch"
|
3136
|
+
- "surface"
|
3137
|
+
- "surfaceArea"
|
3138
|
+
- "surfc"
|
3139
|
+
- "surfl"
|
3140
|
+
- "surfnorm"
|
3141
|
+
- "svd"
|
3142
|
+
- "svds"
|
3143
|
+
- "swapbytes"
|
3144
|
+
- "sylvester"
|
3145
|
+
- "symamd"
|
3146
|
+
- "symbfact"
|
3147
|
+
- "symmlq"
|
3148
|
+
- "symrcm"
|
3149
|
+
- "symvar"
|
3150
|
+
- "synchronize"
|
3151
|
+
- "synchronize"
|
3152
|
+
- "syntax"
|
3153
|
+
- "system"
|
3154
|
+
- "table"
|
3155
|
+
- "table2array"
|
3156
|
+
- "table2cell"
|
3157
|
+
- "table2struct"
|
3158
|
+
- "table2timetable"
|
3159
|
+
- "tabularTextDatastore"
|
3160
|
+
- "tail"
|
3161
|
+
- "tall"
|
3162
|
+
- "TallDatastore"
|
3163
|
+
- "tallrng"
|
3164
|
+
- "tan"
|
3165
|
+
- "tand"
|
3166
|
+
- "tanh"
|
3167
|
+
- "tar"
|
3168
|
+
- "tcpclient"
|
3169
|
+
- "teardown"
|
3170
|
+
- "teardownSharedTestFixture"
|
3171
|
+
- "teardownTestClass"
|
3172
|
+
- "teardownTestMethod"
|
3173
|
+
- "tempdir"
|
3174
|
+
- "tempname"
|
3175
|
+
- "testsuite"
|
3176
|
+
- "tetramesh"
|
3177
|
+
- "texlabel"
|
3178
|
+
- "text"
|
3179
|
+
- "textread"
|
3180
|
+
- "textscan"
|
3181
|
+
- "textwrap"
|
3182
|
+
- "tfqmr"
|
3183
|
+
- "then"
|
3184
|
+
- "then"
|
3185
|
+
- "then"
|
3186
|
+
- "then"
|
3187
|
+
- "then"
|
3188
|
+
- "thetalim"
|
3189
|
+
- "thetatickformat"
|
3190
|
+
- "thetaticklabels"
|
3191
|
+
- "thetaticks"
|
3192
|
+
- "thingSpeakRead"
|
3193
|
+
- "thingSpeakWrite"
|
3194
|
+
- "throw"
|
3195
|
+
- "throwAsCaller"
|
3196
|
+
- "throwExceptionWhen"
|
3197
|
+
- "tic"
|
3198
|
+
- "Tiff"
|
3199
|
+
- "Tiff.computeStrip"
|
3200
|
+
- "Tiff.computeTile"
|
3201
|
+
- "Tiff.currentDirectory"
|
3202
|
+
- "Tiff.getTag"
|
3203
|
+
- "Tiff.getTagNames"
|
3204
|
+
- "Tiff.getVersion"
|
3205
|
+
- "Tiff.isTiled"
|
3206
|
+
- "Tiff.lastDirectory"
|
3207
|
+
- "Tiff.nextDirectory"
|
3208
|
+
- "Tiff.numberOfStrips"
|
3209
|
+
- "Tiff.numberOfTiles"
|
3210
|
+
- "Tiff.readEncodedStrip"
|
3211
|
+
- "Tiff.readEncodedTile"
|
3212
|
+
- "Tiff.readRGBAImage"
|
3213
|
+
- "Tiff.readRGBAStrip"
|
3214
|
+
- "Tiff.readRGBATile"
|
3215
|
+
- "Tiff.rewriteDirectory"
|
3216
|
+
- "Tiff.setDirectory"
|
3217
|
+
- "Tiff.setSubDirectory"
|
3218
|
+
- "Tiff.setTag"
|
3219
|
+
- "Tiff.writeDirectory"
|
3220
|
+
- "Tiff.writeEncodedStrip"
|
3221
|
+
- "Tiff.writeEncodedTile"
|
3222
|
+
- "time"
|
3223
|
+
- "timeit"
|
3224
|
+
- "timeofday"
|
3225
|
+
- "timer"
|
3226
|
+
- "timerange"
|
3227
|
+
- "timerfind"
|
3228
|
+
- "timerfindall"
|
3229
|
+
- "times"
|
3230
|
+
- "timeseries"
|
3231
|
+
- "timetable"
|
3232
|
+
- "timetable2table"
|
3233
|
+
- "timezones"
|
3234
|
+
- "title"
|
3235
|
+
- "toc"
|
3236
|
+
- "todatenum"
|
3237
|
+
- "toeplitz"
|
3238
|
+
- "toolboxdir"
|
3239
|
+
- "topkrows"
|
3240
|
+
- "toposort"
|
3241
|
+
- "trace"
|
3242
|
+
- "transclosure"
|
3243
|
+
- "transform"
|
3244
|
+
- "TransformedDatastore"
|
3245
|
+
- "translate"
|
3246
|
+
- "transpose"
|
3247
|
+
- "transreduction"
|
3248
|
+
- "trapz"
|
3249
|
+
- "treelayout"
|
3250
|
+
- "treeplot"
|
3251
|
+
- "triangulation"
|
3252
|
+
- "triangulation"
|
3253
|
+
- "tril"
|
3254
|
+
- "trimesh"
|
3255
|
+
- "triplequad"
|
3256
|
+
- "triplot"
|
3257
|
+
- "TriRep"
|
3258
|
+
- "TriRep"
|
3259
|
+
- "TriScatteredInterp"
|
3260
|
+
- "TriScatteredInterp"
|
3261
|
+
- "trisurf"
|
3262
|
+
- "triu"
|
3263
|
+
- "true"
|
3264
|
+
- "tscollection"
|
3265
|
+
- "tsdata.event"
|
3266
|
+
- "tsearchn"
|
3267
|
+
- "turningdist"
|
3268
|
+
- "type"
|
3269
|
+
- "type"
|
3270
|
+
- "typecast"
|
3271
|
+
- "tzoffset"
|
3272
|
+
- "uialert"
|
3273
|
+
- "uiaxes"
|
3274
|
+
- "uibutton"
|
3275
|
+
- "uibuttongroup"
|
3276
|
+
- "uicheckbox"
|
3277
|
+
- "uiconfirm"
|
3278
|
+
- "uicontextmenu"
|
3279
|
+
- "uicontrol"
|
3280
|
+
- "uidatepicker"
|
3281
|
+
- "uidropdown"
|
3282
|
+
- "uieditfield"
|
3283
|
+
- "uifigure"
|
3284
|
+
- "uigauge"
|
3285
|
+
- "uigetdir"
|
3286
|
+
- "uigetfile"
|
3287
|
+
- "uigetpref"
|
3288
|
+
- "uigridlayout"
|
3289
|
+
- "uiimage"
|
3290
|
+
- "uiimport"
|
3291
|
+
- "uiknob"
|
3292
|
+
- "uilabel"
|
3293
|
+
- "uilamp"
|
3294
|
+
- "uilistbox"
|
3295
|
+
- "uimenu"
|
3296
|
+
- "uint16"
|
3297
|
+
- "uint32"
|
3298
|
+
- "uint64"
|
3299
|
+
- "uint8"
|
3300
|
+
- "uiopen"
|
3301
|
+
- "uipanel"
|
3302
|
+
- "uiprogressdlg"
|
3303
|
+
- "uipushtool"
|
3304
|
+
- "uiputfile"
|
3305
|
+
- "uiradiobutton"
|
3306
|
+
- "uiresume"
|
3307
|
+
- "uisave"
|
3308
|
+
- "uisetcolor"
|
3309
|
+
- "uisetfont"
|
3310
|
+
- "uisetpref"
|
3311
|
+
- "uislider"
|
3312
|
+
- "uispinner"
|
3313
|
+
- "uistack"
|
3314
|
+
- "uiswitch"
|
3315
|
+
- "uitab"
|
3316
|
+
- "uitabgroup"
|
3317
|
+
- "uitable"
|
3318
|
+
- "uitextarea"
|
3319
|
+
- "uitogglebutton"
|
3320
|
+
- "uitoggletool"
|
3321
|
+
- "uitoolbar"
|
3322
|
+
- "uitree"
|
3323
|
+
- "uitreenode"
|
3324
|
+
- "uiwait"
|
3325
|
+
- "uminus"
|
3326
|
+
- "underlyingValue"
|
3327
|
+
- "undocheckout"
|
3328
|
+
- "unicode2native"
|
3329
|
+
- "union"
|
3330
|
+
- "union"
|
3331
|
+
- "unique"
|
3332
|
+
- "uniquetol"
|
3333
|
+
- "unix"
|
3334
|
+
- "unloadlibrary"
|
3335
|
+
- "unmesh"
|
3336
|
+
- "unmkpp"
|
3337
|
+
- "unregisterallevents"
|
3338
|
+
- "unregisterevent"
|
3339
|
+
- "unstack"
|
3340
|
+
- "untar"
|
3341
|
+
- "unwrap"
|
3342
|
+
- "unzip"
|
3343
|
+
- "updateDependencies"
|
3344
|
+
- "updateImpl"
|
3345
|
+
- "upgradePreviouslyInstalledSupportPackages"
|
3346
|
+
- "uplus"
|
3347
|
+
- "upper"
|
3348
|
+
- "urlread"
|
3349
|
+
- "urlwrite"
|
3350
|
+
- "usejava"
|
3351
|
+
- "userpath"
|
3352
|
+
- "validate"
|
3353
|
+
- "validate"
|
3354
|
+
- "validate"
|
3355
|
+
- "validate"
|
3356
|
+
- "validateattributes"
|
3357
|
+
- "validateFunctionSignaturesJSON"
|
3358
|
+
- "validateInputsImpl"
|
3359
|
+
- "validatePropertiesImpl"
|
3360
|
+
- "validatestring"
|
3361
|
+
- "ValueIterator"
|
3362
|
+
- "values"
|
3363
|
+
- "vander"
|
3364
|
+
- "var"
|
3365
|
+
- "var"
|
3366
|
+
- "varargin"
|
3367
|
+
- "varargout"
|
3368
|
+
- "varfun"
|
3369
|
+
- "vartype"
|
3370
|
+
- "vecnorm"
|
3371
|
+
- "vectorize"
|
3372
|
+
- "ver"
|
3373
|
+
- "verctrl"
|
3374
|
+
- "verifyAccessed"
|
3375
|
+
- "verifyCalled"
|
3376
|
+
- "verifyClass"
|
3377
|
+
- "verifyEmpty"
|
3378
|
+
- "verifyEqual"
|
3379
|
+
- "verifyError"
|
3380
|
+
- "verifyFail"
|
3381
|
+
- "verifyFalse"
|
3382
|
+
- "verifyGreaterThan"
|
3383
|
+
- "verifyGreaterThanOrEqual"
|
3384
|
+
- "verifyInstanceOf"
|
3385
|
+
- "verifyLength"
|
3386
|
+
- "verifyLessThan"
|
3387
|
+
- "verifyLessThanOrEqual"
|
3388
|
+
- "verifyMatches"
|
3389
|
+
- "verifyNotAccessed"
|
3390
|
+
- "verifyNotCalled"
|
3391
|
+
- "verifyNotEmpty"
|
3392
|
+
- "verifyNotEqual"
|
3393
|
+
- "verifyNotSameHandle"
|
3394
|
+
- "verifyNotSet"
|
3395
|
+
- "verifyNumElements"
|
3396
|
+
- "verifyReturnsTrue"
|
3397
|
+
- "verifySameHandle"
|
3398
|
+
- "verifySet"
|
3399
|
+
- "verifySize"
|
3400
|
+
- "verifySubstring"
|
3401
|
+
- "verifyThat"
|
3402
|
+
- "verifyTrue"
|
3403
|
+
- "verifyUsing"
|
3404
|
+
- "verifyWarning"
|
3405
|
+
- "verifyWarningFree"
|
3406
|
+
- "verLessThan"
|
3407
|
+
- "version"
|
3408
|
+
- "vertcat"
|
3409
|
+
- "vertcat"
|
3410
|
+
- "vertcat"
|
3411
|
+
- "vertexAttachments"
|
3412
|
+
- "vertexAttachments"
|
3413
|
+
- "vertexNormal"
|
3414
|
+
- "VideoReader"
|
3415
|
+
- "VideoWriter"
|
3416
|
+
- "view"
|
3417
|
+
- "viewmtx"
|
3418
|
+
- "visdiff"
|
3419
|
+
- "volume"
|
3420
|
+
- "volumebounds"
|
3421
|
+
- "voronoi"
|
3422
|
+
- "voronoiDiagram"
|
3423
|
+
- "voronoiDiagram"
|
3424
|
+
- "voronoin"
|
3425
|
+
- "wait"
|
3426
|
+
- "waitbar"
|
3427
|
+
- "waitfor"
|
3428
|
+
- "waitforbuttonpress"
|
3429
|
+
- "warndlg"
|
3430
|
+
- "warning"
|
3431
|
+
- "waterfall"
|
3432
|
+
- "web"
|
3433
|
+
- "weboptions"
|
3434
|
+
- "webread"
|
3435
|
+
- "websave"
|
3436
|
+
- "webwrite"
|
3437
|
+
- "week"
|
3438
|
+
- "weekday"
|
3439
|
+
- "what"
|
3440
|
+
- "whatsnew"
|
3441
|
+
- "when"
|
3442
|
+
- "when"
|
3443
|
+
- "when"
|
3444
|
+
- "which"
|
3445
|
+
- "while"
|
3446
|
+
- "whitebg"
|
3447
|
+
- "who"
|
3448
|
+
- "who"
|
3449
|
+
- "whos"
|
3450
|
+
- "whos"
|
3451
|
+
- "width"
|
3452
|
+
- "wilkinson"
|
3453
|
+
- "winopen"
|
3454
|
+
- "winqueryreg"
|
3455
|
+
- "winter"
|
3456
|
+
- "withAnyInputs"
|
3457
|
+
- "withExactInputs"
|
3458
|
+
- "withNargout"
|
3459
|
+
- "withtol"
|
3460
|
+
- "wordcloud"
|
3461
|
+
- "write"
|
3462
|
+
- "write"
|
3463
|
+
- "write"
|
3464
|
+
- "writecell"
|
3465
|
+
- "writeChecksum"
|
3466
|
+
- "writeCol"
|
3467
|
+
- "writeComment"
|
3468
|
+
- "writeDate"
|
3469
|
+
- "writeHistory"
|
3470
|
+
- "writeImg"
|
3471
|
+
- "writeKey"
|
3472
|
+
- "writeKeyUnit"
|
3473
|
+
- "writematrix"
|
3474
|
+
- "writetable"
|
3475
|
+
- "writetimetable"
|
3476
|
+
- "writeVideo"
|
3477
|
+
- "xcorr"
|
3478
|
+
- "xcov"
|
3479
|
+
- "xlabel"
|
3480
|
+
- "xlim"
|
3481
|
+
- "xline"
|
3482
|
+
- "xlsfinfo"
|
3483
|
+
- "xlsread"
|
3484
|
+
- "xlswrite"
|
3485
|
+
- "xmlread"
|
3486
|
+
- "xmlwrite"
|
3487
|
+
- "xor"
|
3488
|
+
- "xor"
|
3489
|
+
- "xslt"
|
3490
|
+
- "xtickangle"
|
3491
|
+
- "xtickformat"
|
3492
|
+
- "xticklabels"
|
3493
|
+
- "xticks"
|
3494
|
+
- "year"
|
3495
|
+
- "years"
|
3496
|
+
- "ylabel"
|
3497
|
+
- "ylim"
|
3498
|
+
- "yline"
|
3499
|
+
- "ymd"
|
3500
|
+
- "ytickangle"
|
3501
|
+
- "ytickformat"
|
3502
|
+
- "yticklabels"
|
3503
|
+
- "yticks"
|
3504
|
+
- "yyaxis"
|
3505
|
+
- "yyyymmdd"
|
3506
|
+
- "zeros"
|
3507
|
+
- "zip"
|
3508
|
+
- "zlabel"
|
3509
|
+
- "zlim"
|
3510
|
+
- "zoom"
|
3511
|
+
- "zoomInteraction"
|
3512
|
+
- "ztickangle"
|
3513
|
+
- "ztickformat"
|
3514
|
+
- "zticklabels"
|
3515
|
+
- "zticks"
|