rouge 3.13.0 → 3.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rouge.rb +65 -50
  3. data/lib/rouge/cli.rb +18 -1
  4. data/lib/rouge/demos/cypher +5 -0
  5. data/lib/rouge/demos/datastudio +21 -0
  6. data/lib/rouge/demos/ecl +18 -0
  7. data/lib/rouge/demos/freefem +16 -0
  8. data/lib/rouge/demos/ghc-cmm +23 -0
  9. data/lib/rouge/demos/ghc-core +26 -0
  10. data/lib/rouge/demos/isbl +4 -0
  11. data/lib/rouge/demos/nasm +6 -6
  12. data/lib/rouge/demos/nesasm +11 -0
  13. data/lib/rouge/demos/objective_cpp +17 -0
  14. data/lib/rouge/demos/rego +8 -0
  15. data/lib/rouge/demos/slice +10 -0
  16. data/lib/rouge/demos/solidity +13 -0
  17. data/lib/rouge/demos/vcl +12 -0
  18. data/lib/rouge/demos/yang +17 -0
  19. data/lib/rouge/formatters/terminal256.rb +22 -6
  20. data/lib/rouge/formatters/terminal_truecolor.rb +37 -0
  21. data/lib/rouge/lexer.rb +5 -3
  22. data/lib/rouge/lexers/apache.rb +4 -8
  23. data/lib/rouge/lexers/apache/keywords.rb +15 -0
  24. data/lib/rouge/lexers/cmake.rb +1 -0
  25. data/lib/rouge/lexers/coffeescript.rb +47 -15
  26. data/lib/rouge/lexers/console.rb +88 -35
  27. data/lib/rouge/lexers/cpp.rb +12 -5
  28. data/lib/rouge/lexers/cypher.rb +108 -0
  29. data/lib/rouge/lexers/d.rb +4 -4
  30. data/lib/rouge/lexers/datastudio.rb +138 -0
  31. data/lib/rouge/lexers/dot.rb +2 -2
  32. data/lib/rouge/lexers/ecl.rb +175 -0
  33. data/lib/rouge/lexers/freefem.rb +240 -0
  34. data/lib/rouge/lexers/fsharp.rb +1 -0
  35. data/lib/rouge/lexers/ghc_cmm.rb +340 -0
  36. data/lib/rouge/lexers/ghc_core.rb +151 -0
  37. data/lib/rouge/lexers/gherkin.rb +1 -1
  38. data/lib/rouge/lexers/io.rb +2 -2
  39. data/lib/rouge/lexers/isbl.rb +97 -0
  40. data/lib/rouge/lexers/isbl/builtins.rb +17 -0
  41. data/lib/rouge/lexers/java.rb +4 -5
  42. data/lib/rouge/lexers/jinja.rb +5 -3
  43. data/lib/rouge/lexers/json.rb +3 -0
  44. data/lib/rouge/lexers/json_doc.rb +5 -3
  45. data/lib/rouge/lexers/kotlin.rb +4 -0
  46. data/lib/rouge/lexers/lasso.rb +4 -9
  47. data/lib/rouge/lexers/lasso/keywords.rb +14 -0
  48. data/lib/rouge/lexers/liquid.rb +1 -1
  49. data/lib/rouge/lexers/llvm.rb +55 -46
  50. data/lib/rouge/lexers/lua.rb +40 -2
  51. data/lib/rouge/lexers/m68k.rb +2 -2
  52. data/lib/rouge/lexers/magik.rb +1 -1
  53. data/lib/rouge/lexers/markdown.rb +9 -5
  54. data/lib/rouge/lexers/mathematica.rb +1 -1
  55. data/lib/rouge/lexers/matlab.rb +3 -4
  56. data/lib/rouge/lexers/matlab/builtins.rb +11 -0
  57. data/lib/rouge/lexers/nasm.rb +42 -168
  58. data/lib/rouge/lexers/nesasm.rb +78 -0
  59. data/lib/rouge/lexers/nginx.rb +1 -1
  60. data/lib/rouge/lexers/objective_c.rb +3 -172
  61. data/lib/rouge/lexers/objective_c/common.rb +184 -0
  62. data/lib/rouge/lexers/objective_cpp.rb +31 -0
  63. data/lib/rouge/lexers/pascal.rb +1 -1
  64. data/lib/rouge/lexers/php.rb +47 -32
  65. data/lib/rouge/lexers/pony.rb +1 -1
  66. data/lib/rouge/lexers/powershell.rb +5 -0
  67. data/lib/rouge/lexers/protobuf.rb +1 -1
  68. data/lib/rouge/lexers/python.rb +68 -58
  69. data/lib/rouge/lexers/racket.rb +24 -1
  70. data/lib/rouge/lexers/rego.rb +45 -0
  71. data/lib/rouge/lexers/ruby.rb +16 -3
  72. data/lib/rouge/lexers/rust.rb +3 -11
  73. data/lib/rouge/lexers/scala.rb +4 -4
  74. data/lib/rouge/lexers/shell.rb +1 -1
  75. data/lib/rouge/lexers/sieve.rb +1 -1
  76. data/lib/rouge/lexers/slice.rb +32 -0
  77. data/lib/rouge/lexers/solidity.rb +185 -0
  78. data/lib/rouge/lexers/sqf.rb +2 -2
  79. data/lib/rouge/lexers/swift.rb +2 -1
  80. data/lib/rouge/lexers/terraform.rb +15 -0
  81. data/lib/rouge/lexers/toml.rb +39 -1
  82. data/lib/rouge/lexers/typescript.rb +11 -0
  83. data/lib/rouge/lexers/varnish.rb +168 -0
  84. data/lib/rouge/lexers/verilog.rb +1 -1
  85. data/lib/rouge/lexers/viml.rb +1 -1
  86. data/lib/rouge/lexers/vue.rb +4 -1
  87. data/lib/rouge/lexers/yang.rb +147 -0
  88. data/lib/rouge/version.rb +1 -1
  89. metadata +37 -6
  90. data/lib/rouge/lexers/apache/keywords.yml +0 -764
  91. data/lib/rouge/lexers/lasso/keywords.yml +0 -446
  92. data/lib/rouge/lexers/matlab/builtins.yml +0 -3515
@@ -1,446 +0,0 @@
1
- :keywords:
2
- - "cache"
3
- - "database_names"
4
- - "database_schemanames"
5
- - "database_tablenames"
6
- - "define_tag"
7
- - "define_type"
8
- - "email_batch"
9
- - "encode_set"
10
- - "html_comment"
11
- - "handle"
12
- - "handle_error"
13
- - "header"
14
- - "if"
15
- - "inline"
16
- - "iterate"
17
- - "ljax_target"
18
- - "link"
19
- - "link_currentaction"
20
- - "link_currentgroup"
21
- - "link_currentrecord"
22
- - "link_detail"
23
- - "link_firstgroup"
24
- - "link_firstrecord"
25
- - "link_lastgroup"
26
- - "link_lastrecord"
27
- - "link_nextgroup"
28
- - "link_nextrecord"
29
- - "link_prevgroup"
30
- - "link_prevrecord"
31
- - "log"
32
- - "loop"
33
- - "namespace_using"
34
- - "output_none"
35
- - "portal"
36
- - "private"
37
- - "protect"
38
- - "records"
39
- - "referer"
40
- - "referrer"
41
- - "repeating"
42
- - "resultset"
43
- - "rows"
44
- - "search_args"
45
- - "search_arguments"
46
- - "select"
47
- - "sort_args"
48
- - "sort_arguments"
49
- - "thread_atomic"
50
- - "value_list"
51
- - "while"
52
- - "abort"
53
- - "case"
54
- - "else"
55
- - "fail_if"
56
- - "fail_ifnot"
57
- - "fail"
58
- - "if_empty"
59
- - "if_false"
60
- - "if_null"
61
- - "if_true"
62
- - "loop_abort"
63
- - "loop_continue"
64
- - "loop_count"
65
- - "params"
66
- - "params_up"
67
- - "return"
68
- - "return_value"
69
- - "run_children"
70
- - "soap_definetag"
71
- - "soap_lastrequest"
72
- - "soap_lastresponse"
73
- - "tag_name"
74
- - "ascending"
75
- - "average"
76
- - "by"
77
- - "define"
78
- - "descending"
79
- - "do"
80
- - "equals"
81
- - "frozen"
82
- - "group"
83
- - "handle_failure"
84
- - "import"
85
- - "in"
86
- - "into"
87
- - "join"
88
- - "let"
89
- - "match"
90
- - "max"
91
- - "min"
92
- - "on"
93
- - "order"
94
- - "parent"
95
- - "protected"
96
- - "provide"
97
- - "public"
98
- - "require"
99
- - "returnhome"
100
- - "skip"
101
- - "split_thread"
102
- - "sum"
103
- - "take"
104
- - "thread"
105
- - "to"
106
- - "trait"
107
- - "type"
108
- - "where"
109
- - "with"
110
- - "yield"
111
- - "yieldhome"
112
-
113
- :types_traits:
114
- - "atbegin"
115
- - "bson_iter"
116
- - "bson"
117
- - "bytes_document_body"
118
- - "cache_server_element"
119
- - "cache_server"
120
- - "capture"
121
- - "client_address"
122
- - "client_ip"
123
- - "component_container"
124
- - "component_render_state"
125
- - "component"
126
- - "curl"
127
- - "curltoken"
128
- - "currency"
129
- - "custom"
130
- - "data_document"
131
- - "database_registry"
132
- - "dateandtime"
133
- - "dbgp_packet"
134
- - "dbgp_server"
135
- - "debugging_stack"
136
- - "delve"
137
- - "dir"
138
- - "dirdesc"
139
- - "dns_response"
140
- - "document_base"
141
- - "document_body"
142
- - "document_header"
143
- - "dsinfo"
144
- - "eacher"
145
- - "email_compose"
146
- - "email_parse"
147
- - "email_pop"
148
- - "email_queue_impl_base"
149
- - "email_queue_impl"
150
- - "email_smtp"
151
- - "email_stage_impl_base"
152
- - "email_stage_impl"
153
- - "fastcgi_each_fcgi_param"
154
- - "fastcgi_server"
155
- - "fcgi_record"
156
- - "fcgi_request"
157
- - "file"
158
- - "filedesc"
159
- - "filemaker_datasource"
160
- - "generateforeachkeyed"
161
- - "generateforeachunkeyed"
162
- - "generateseries"
163
- - "hash_map"
164
- - "html_atomic_element"
165
- - "html_attr"
166
- - "html_base"
167
- - "html_binary"
168
- - "html_br"
169
- - "html_cdata"
170
- - "html_container_element"
171
- - "html_div"
172
- - "html_document_body"
173
- - "html_document_head"
174
- - "html_eol"
175
- - "html_fieldset"
176
- - "html_form"
177
- - "html_h1"
178
- - "html_h2"
179
- - "html_h3"
180
- - "html_h4"
181
- - "html_h5"
182
- - "html_h6"
183
- - "html_hr"
184
- - "html_img"
185
- - "html_input"
186
- - "html_json"
187
- - "html_label"
188
- - "html_legend"
189
- - "html_link"
190
- - "html_meta"
191
- - "html_object"
192
- - "html_option"
193
- - "html_raw"
194
- - "html_script"
195
- - "html_select"
196
- - "html_span"
197
- - "html_style"
198
- - "html_table"
199
- - "html_td"
200
- - "html_text"
201
- - "html_th"
202
- - "html_tr"
203
- - "http_document_header"
204
- - "http_document"
205
- - "http_error"
206
- - "http_header_field"
207
- - "http_server_connection_handler_globals"
208
- - "http_server_connection_handler"
209
- - "http_server_request_logger_thread"
210
- - "http_server_web_connection"
211
- - "http_server"
212
- - "image"
213
- - "include_cache"
214
- - "inline_type"
215
- - "java_jnienv"
216
- - "jbyte"
217
- - "jbytearray"
218
- - "jchar"
219
- - "jchararray"
220
- - "jfieldid"
221
- - "jfloat"
222
- - "jint"
223
- - "jmethodid"
224
- - "jobject"
225
- - "jshort"
226
- - "json_decode"
227
- - "json_encode"
228
- - "json_literal"
229
- - "json_object"
230
- - "lassoapp_compiledsrc_appsource"
231
- - "lassoapp_compiledsrc_fileresource"
232
- - "lassoapp_content_rep_halt"
233
- - "lassoapp_dirsrc_appsource"
234
- - "lassoapp_dirsrc_fileresource"
235
- - "lassoapp_installer"
236
- - "lassoapp_livesrc_appsource"
237
- - "lassoapp_livesrc_fileresource"
238
- - "lassoapp_long_expiring_bytes"
239
- - "lassoapp_manualsrc_appsource"
240
- - "lassoapp_zip_file_server"
241
- - "lassoapp_zipsrc_appsource"
242
- - "lassoapp_zipsrc_fileresource"
243
- - "ldap"
244
- - "library_thread_loader"
245
- - "list_node"
246
- - "log_impl_base"
247
- - "log_impl"
248
- - "magick_image"
249
- - "map_node"
250
- - "memberstream"
251
- - "memory_session_driver_impl_entry"
252
- - "memory_session_driver_impl"
253
- - "memory_session_driver"
254
- - "mime_reader"
255
- - "mongo_client"
256
- - "mongo_collection"
257
- - "mongo_cursor"
258
- - "mustache_ctx"
259
- - "mysql_session_driver_impl"
260
- - "mysql_session_driver"
261
- - "net_named_pipe"
262
- - "net_tcp_ssl"
263
- - "net_tcp"
264
- - "net_udp_packet"
265
- - "net_udp"
266
- - "odbc_session_driver_impl"
267
- - "odbc_session_driver"
268
- - "opaque"
269
- - "os_process"
270
- - "pair_compare"
271
- - "pairup"
272
- - "pdf_barcode"
273
- - "pdf_chunk"
274
- - "pdf_color"
275
- - "pdf_doc"
276
- - "pdf_font"
277
- - "pdf_hyphenator"
278
- - "pdf_image"
279
- - "pdf_list"
280
- - "pdf_paragraph"
281
- - "pdf_phrase"
282
- - "pdf_read"
283
- - "pdf_table"
284
- - "pdf_text"
285
- - "pdf_typebase"
286
- - "percent"
287
- - "portal_impl"
288
- - "queriable_groupby"
289
- - "queriable_grouping"
290
- - "queriable_groupjoin"
291
- - "queriable_join"
292
- - "queriable_orderby"
293
- - "queriable_orderbydescending"
294
- - "queriable_select"
295
- - "queriable_selectmany"
296
- - "queriable_skip"
297
- - "queriable_take"
298
- - "queriable_thenby"
299
- - "queriable_thenbydescending"
300
- - "queriable_where"
301
- - "raw_document_body"
302
- - "regexp"
303
- - "repeat"
304
- - "scientific"
305
- - "security_registry"
306
- - "serialization_element"
307
- - "serialization_object_identity_compare"
308
- - "serialization_reader"
309
- - "serialization_writer_ref"
310
- - "serialization_writer_standin"
311
- - "serialization_writer"
312
- - "session_delete_expired_thread"
313
- - "signature"
314
- - "sourcefile"
315
- - "sqlite_column"
316
- - "sqlite_currentrow"
317
- - "sqlite_db"
318
- - "sqlite_results"
319
- - "sqlite_session_driver_impl_entry"
320
- - "sqlite_session_driver_impl"
321
- - "sqlite_session_driver"
322
- - "sqlite_table"
323
- - "sqlite3_stmt"
324
- - "sqlite3"
325
- - "sys_process"
326
- - "text_document"
327
- - "tie"
328
- - "timeonly"
329
- - "tree_base"
330
- - "tree_node"
331
- - "tree_nullnode"
332
- - "ucal"
333
- - "usgcpu"
334
- - "usgvm"
335
- - "web_error_atend"
336
- - "web_node_base"
337
- - "web_node_content_representation_css_specialized"
338
- - "web_node_content_representation_html_specialized"
339
- - "web_node_content_representation_js_specialized"
340
- - "web_node_content_representation_xhr_container"
341
- - "web_node_echo"
342
- - "web_node_root"
343
- - "web_request_impl"
344
- - "web_request"
345
- - "web_response_impl"
346
- - "web_response"
347
- - "web_router"
348
- - "websocket_handler"
349
- - "worker_pool"
350
- - "xml_attr"
351
- - "xml_cdatasection"
352
- - "xml_characterdata"
353
- - "xml_comment"
354
- - "xml_document"
355
- - "xml_documentfragment"
356
- - "xml_documenttype"
357
- - "xml_domimplementation"
358
- - "xml_element"
359
- - "xml_entity"
360
- - "xml_entityreference"
361
- - "xml_namednodemap_attr"
362
- - "xml_namednodemap_ht"
363
- - "xml_namednodemap"
364
- - "xml_node"
365
- - "xml_nodelist"
366
- - "xml_notation"
367
- - "xml_processinginstruction"
368
- - "xml_text"
369
- - "xmlstream"
370
- - "zip_file_impl"
371
- - "zip_file"
372
- - "zip_impl"
373
- - "zip"
374
- - "any"
375
- - "formattingbase"
376
- - "html_attributed"
377
- - "html_element_coreattrs"
378
- - "html_element_eventsattrs"
379
- - "html_element_i18nattrs"
380
- - "lassoapp_capabilities"
381
- - "lassoapp_resource"
382
- - "lassoapp_source"
383
- - "queriable_asstring"
384
- - "session_driver"
385
- - "trait_array"
386
- - "trait_asstring"
387
- - "trait_backcontractible"
388
- - "trait_backended"
389
- - "trait_backexpandable"
390
- - "trait_close"
391
- - "trait_contractible"
392
- - "trait_decompose_assignment"
393
- - "trait_doubleended"
394
- - "trait_each_sub"
395
- - "trait_encodeurl"
396
- - "trait_endedfullymutable"
397
- - "trait_expandable"
398
- - "trait_file"
399
- - "trait_finite"
400
- - "trait_finiteforeach"
401
- - "trait_foreach"
402
- - "trait_foreachtextelement"
403
- - "trait_frontcontractible"
404
- - "trait_frontended"
405
- - "trait_frontexpandable"
406
- - "trait_fullymutable"
407
- - "trait_generator"
408
- - "trait_generatorcentric"
409
- - "trait_hashable"
410
- - "trait_json_serialize"
411
- - "trait_keyed"
412
- - "trait_keyedfinite"
413
- - "trait_keyedforeach"
414
- - "trait_keyedmutable"
415
- - "trait_list"
416
- - "trait_map"
417
- - "trait_net"
418
- - "trait_pathcomponents"
419
- - "trait_positionallykeyed"
420
- - "trait_positionallysearchable"
421
- - "trait_queriable"
422
- - "trait_queriablelambda"
423
- - "trait_readbytes"
424
- - "trait_readstring"
425
- - "trait_scalar"
426
- - "trait_searchable"
427
- - "trait_serializable"
428
- - "trait_setencoding"
429
- - "trait_setoperations"
430
- - "trait_stack"
431
- - "trait_treenode"
432
- - "trait_writebytes"
433
- - "trait_writestring"
434
- - "trait_xml_elementcompat"
435
- - "trait_xml_nodecompat"
436
- - "web_connection"
437
- - "web_node_container"
438
- - "web_node_content_css_specialized"
439
- - "web_node_content_document"
440
- - "web_node_content_html_specialized"
441
- - "web_node_content_js_specialized"
442
- - "web_node_content_json_specialized"
443
- - "web_node_content_representation"
444
- - "web_node_content"
445
- - "web_node_postable"
446
- - "web_node"
@@ -1,3515 +0,0 @@
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"