runmat 0.4.9-dev.2 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/stdlib.snapshot +0 -0
- package/dist/builtins.d.ts +1 -0
- package/dist/builtins.d.ts.map +1 -1
- package/dist/builtins.js.map +1 -1
- package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
- package/dist/generated/builtin-examples-catalog.js +1 -1
- package/dist/generated/builtin-examples-catalog.js.map +1 -1
- package/dist/generated/builtins/complex.d.ts +4 -0
- package/dist/generated/builtins/complex.d.ts.map +1 -0
- package/dist/generated/builtins/complex.js +157 -0
- package/dist/generated/builtins/complex.js.map +1 -0
- package/dist/generated/builtins/cosd.d.ts +4 -0
- package/dist/generated/builtins/cosd.d.ts.map +1 -0
- package/dist/generated/builtins/cosd.js +109 -0
- package/dist/generated/builtins/cosd.js.map +1 -0
- package/dist/generated/builtins/db.d.ts +4 -0
- package/dist/generated/builtins/db.d.ts.map +1 -0
- package/dist/generated/builtins/db.js +122 -0
- package/dist/generated/builtins/db.js.map +1 -0
- package/dist/generated/builtins/fill3.d.ts +4 -0
- package/dist/generated/builtins/fill3.d.ts.map +1 -0
- package/dist/generated/builtins/fill3.js +152 -0
- package/dist/generated/builtins/fill3.js.map +1 -0
- package/dist/generated/builtins/fminbnd.d.ts +4 -0
- package/dist/generated/builtins/fminbnd.d.ts.map +1 -0
- package/dist/generated/builtins/fminbnd.js +104 -0
- package/dist/generated/builtins/fminbnd.js.map +1 -0
- package/dist/generated/builtins/integral.d.ts +4 -0
- package/dist/generated/builtins/integral.d.ts.map +1 -0
- package/dist/generated/builtins/integral.js +101 -0
- package/dist/generated/builtins/integral.js.map +1 -0
- package/dist/generated/builtins/mode.d.ts +4 -0
- package/dist/generated/builtins/mode.d.ts.map +1 -0
- package/dist/generated/builtins/mode.js +146 -0
- package/dist/generated/builtins/mode.js.map +1 -0
- package/dist/generated/builtins/optimset.d.ts.map +1 -1
- package/dist/generated/builtins/optimset.js +8 -4
- package/dist/generated/builtins/optimset.js.map +1 -1
- package/dist/generated/builtins/patch.d.ts +4 -0
- package/dist/generated/builtins/patch.d.ts.map +1 -0
- package/dist/generated/builtins/patch.js +135 -0
- package/dist/generated/builtins/patch.js.map +1 -0
- package/dist/generated/builtins/repelem.d.ts +4 -0
- package/dist/generated/builtins/repelem.d.ts.map +1 -0
- package/dist/generated/builtins/repelem.js +135 -0
- package/dist/generated/builtins/repelem.js.map +1 -0
- package/dist/generated/builtins/sawtooth.d.ts +4 -0
- package/dist/generated/builtins/sawtooth.d.ts.map +1 -0
- package/dist/generated/builtins/sawtooth.js +111 -0
- package/dist/generated/builtins/sawtooth.js.map +1 -0
- package/dist/generated/builtins/sinc.d.ts +4 -0
- package/dist/generated/builtins/sinc.d.ts.map +1 -0
- package/dist/generated/builtins/sinc.js +142 -0
- package/dist/generated/builtins/sinc.js.map +1 -0
- package/dist/generated/builtins/sind.d.ts +4 -0
- package/dist/generated/builtins/sind.d.ts.map +1 -0
- package/dist/generated/builtins/sind.js +109 -0
- package/dist/generated/builtins/sind.js.map +1 -0
- package/dist/generated/builtins/square.d.ts +4 -0
- package/dist/generated/builtins/square.d.ts.map +1 -0
- package/dist/generated/builtins/square.js +110 -0
- package/dist/generated/builtins/square.js.map +1 -0
- package/dist/generated/builtins/step.d.ts +4 -0
- package/dist/generated/builtins/step.d.ts.map +1 -0
- package/dist/generated/builtins/step.js +125 -0
- package/dist/generated/builtins/step.js.map +1 -0
- package/dist/generated/builtins/tand.d.ts +4 -0
- package/dist/generated/builtins/tand.d.ts.map +1 -0
- package/dist/generated/builtins/tand.js +109 -0
- package/dist/generated/builtins/tand.js.map +1 -0
- package/dist/generated/builtins-manifest.d.ts.map +1 -1
- package/dist/generated/builtins-manifest.js +323 -1
- package/dist/generated/builtins-manifest.js.map +1 -1
- package/dist/lsp/runmat_lsp.d.ts +2 -2
- package/dist/lsp/runmat_lsp.js +4 -4
- package/dist/lsp/runmat_lsp_bg.wasm +0 -0
- package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -2
- package/dist/pkg-web/runmat_wasm_web.d.ts +42 -42
- package/dist/pkg-web/runmat_wasm_web.js +85 -85
- package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
- package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +35 -35
- package/dist/runtime/stdlib.snapshot +0 -0
- package/package.json +1 -1
|
@@ -858,6 +858,27 @@ export const builtinManifest = [
|
|
|
858
858
|
"summary": "Set colormaps for images, surfaces, contours, and MATLAB `colormap` workflows.",
|
|
859
859
|
"exampleCount": 2
|
|
860
860
|
},
|
|
861
|
+
{
|
|
862
|
+
"key": "complex",
|
|
863
|
+
"title": "complex",
|
|
864
|
+
"slug": "complex",
|
|
865
|
+
"aliases": [],
|
|
866
|
+
"category": "math/elementwise",
|
|
867
|
+
"categoryPath": [
|
|
868
|
+
"math",
|
|
869
|
+
"elementwise"
|
|
870
|
+
],
|
|
871
|
+
"keywords": [
|
|
872
|
+
"complex",
|
|
873
|
+
"complex constructor",
|
|
874
|
+
"real part",
|
|
875
|
+
"imaginary part",
|
|
876
|
+
"complex storage",
|
|
877
|
+
"MATLAB complex"
|
|
878
|
+
],
|
|
879
|
+
"summary": "Construct complex double values from real and imaginary parts.",
|
|
880
|
+
"exampleCount": 6
|
|
881
|
+
},
|
|
861
882
|
{
|
|
862
883
|
"key": "compose",
|
|
863
884
|
"title": "compose",
|
|
@@ -1107,6 +1128,27 @@ export const builtinManifest = [
|
|
|
1107
1128
|
"summary": "Cosine of scalars, vectors, matrices, complex numbers, or character arrays with MATLAB broadcasting and GPU acceleration.",
|
|
1108
1129
|
"exampleCount": 6
|
|
1109
1130
|
},
|
|
1131
|
+
{
|
|
1132
|
+
"key": "cosd",
|
|
1133
|
+
"title": "cosd",
|
|
1134
|
+
"slug": "cosd",
|
|
1135
|
+
"aliases": [],
|
|
1136
|
+
"category": "math/trigonometry",
|
|
1137
|
+
"categoryPath": [
|
|
1138
|
+
"math",
|
|
1139
|
+
"trigonometry"
|
|
1140
|
+
],
|
|
1141
|
+
"keywords": [
|
|
1142
|
+
"cosd",
|
|
1143
|
+
"cosine",
|
|
1144
|
+
"degrees",
|
|
1145
|
+
"angle",
|
|
1146
|
+
"trigonometry",
|
|
1147
|
+
"elementwise"
|
|
1148
|
+
],
|
|
1149
|
+
"summary": "Cosine of angles expressed in degrees with MATLAB-exact values at canonical multiples.",
|
|
1150
|
+
"exampleCount": 3
|
|
1151
|
+
},
|
|
1110
1152
|
{
|
|
1111
1153
|
"key": "cosh",
|
|
1112
1154
|
"title": "cosh",
|
|
@@ -1377,6 +1419,26 @@ export const builtinManifest = [
|
|
|
1377
1419
|
"summary": "Extract day-of-month numbers from datetime values.",
|
|
1378
1420
|
"exampleCount": 2
|
|
1379
1421
|
},
|
|
1422
|
+
{
|
|
1423
|
+
"key": "db",
|
|
1424
|
+
"title": "db",
|
|
1425
|
+
"slug": "db",
|
|
1426
|
+
"aliases": [],
|
|
1427
|
+
"category": "control",
|
|
1428
|
+
"categoryPath": [
|
|
1429
|
+
"control"
|
|
1430
|
+
],
|
|
1431
|
+
"keywords": [
|
|
1432
|
+
"db",
|
|
1433
|
+
"decibel",
|
|
1434
|
+
"voltage",
|
|
1435
|
+
"power",
|
|
1436
|
+
"resistance",
|
|
1437
|
+
"complex"
|
|
1438
|
+
],
|
|
1439
|
+
"summary": "Convert numeric values to decibels using MATLAB-compatible voltage, power, or resistance forms.",
|
|
1440
|
+
"exampleCount": 4
|
|
1441
|
+
},
|
|
1380
1442
|
{
|
|
1381
1443
|
"key": "deconv",
|
|
1382
1444
|
"title": "deconv",
|
|
@@ -2185,6 +2247,26 @@ export const builtinManifest = [
|
|
|
2185
2247
|
"summary": "Create MATLAB arrays filled with a constant value.",
|
|
2186
2248
|
"exampleCount": 10
|
|
2187
2249
|
},
|
|
2250
|
+
{
|
|
2251
|
+
"key": "fill3",
|
|
2252
|
+
"title": "fill3",
|
|
2253
|
+
"slug": "fill3",
|
|
2254
|
+
"aliases": [],
|
|
2255
|
+
"category": "plotting",
|
|
2256
|
+
"categoryPath": [
|
|
2257
|
+
"plotting"
|
|
2258
|
+
],
|
|
2259
|
+
"keywords": [
|
|
2260
|
+
"fill3",
|
|
2261
|
+
"3-D filled polygon",
|
|
2262
|
+
"patch",
|
|
2263
|
+
"polygon",
|
|
2264
|
+
"matlab fill3",
|
|
2265
|
+
"3d patch"
|
|
2266
|
+
],
|
|
2267
|
+
"summary": "Create MATLAB-compatible filled polygon patches in 3-D space.",
|
|
2268
|
+
"exampleCount": 4
|
|
2269
|
+
},
|
|
2188
2270
|
{
|
|
2189
2271
|
"key": "filter",
|
|
2190
2272
|
"title": "filter",
|
|
@@ -2349,6 +2431,27 @@ export const builtinManifest = [
|
|
|
2349
2431
|
"summary": "Round scalars, vectors, matrices, or N-D tensors toward negative infinity or to specified digits.",
|
|
2350
2432
|
"exampleCount": 8
|
|
2351
2433
|
},
|
|
2434
|
+
{
|
|
2435
|
+
"key": "fminbnd",
|
|
2436
|
+
"title": "fminbnd",
|
|
2437
|
+
"slug": "fminbnd",
|
|
2438
|
+
"aliases": [],
|
|
2439
|
+
"category": "math/optim",
|
|
2440
|
+
"categoryPath": [
|
|
2441
|
+
"math",
|
|
2442
|
+
"optim"
|
|
2443
|
+
],
|
|
2444
|
+
"keywords": [
|
|
2445
|
+
"fminbnd",
|
|
2446
|
+
"bounded minimization",
|
|
2447
|
+
"brent",
|
|
2448
|
+
"golden section",
|
|
2449
|
+
"parabolic interpolation",
|
|
2450
|
+
"optimization"
|
|
2451
|
+
],
|
|
2452
|
+
"summary": "Find a local minimum of a scalar function on a bounded interval using Brent's method.",
|
|
2453
|
+
"exampleCount": 3
|
|
2454
|
+
},
|
|
2352
2455
|
{
|
|
2353
2456
|
"key": "fopen",
|
|
2354
2457
|
"title": "fopen",
|
|
@@ -3446,6 +3549,26 @@ export const builtinManifest = [
|
|
|
3446
3549
|
"summary": "Prompt the user for input. Return either the typed text or a parsed numeric value.",
|
|
3447
3550
|
"exampleCount": 1
|
|
3448
3551
|
},
|
|
3552
|
+
{
|
|
3553
|
+
"key": "integral",
|
|
3554
|
+
"title": "integral",
|
|
3555
|
+
"slug": "integral",
|
|
3556
|
+
"aliases": [],
|
|
3557
|
+
"category": "math/optim",
|
|
3558
|
+
"categoryPath": [
|
|
3559
|
+
"math",
|
|
3560
|
+
"optim"
|
|
3561
|
+
],
|
|
3562
|
+
"keywords": [
|
|
3563
|
+
"integral",
|
|
3564
|
+
"numerical integration",
|
|
3565
|
+
"adaptive quadrature",
|
|
3566
|
+
"quadrature",
|
|
3567
|
+
"function handle"
|
|
3568
|
+
],
|
|
3569
|
+
"summary": "Approximate a finite scalar definite integral using adaptive quadrature.",
|
|
3570
|
+
"exampleCount": 3
|
|
3571
|
+
},
|
|
3449
3572
|
{
|
|
3450
3573
|
"key": "interp1",
|
|
3451
3574
|
"title": "interp1",
|
|
@@ -4706,6 +4829,26 @@ export const builtinManifest = [
|
|
|
4706
4829
|
"summary": "Compute the MATLAB-style modulus a - b .* floor(./b) for scalars, matrices, N-D tensors, and complex values.",
|
|
4707
4830
|
"exampleCount": 7
|
|
4708
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
"key": "mode",
|
|
4834
|
+
"title": "mode",
|
|
4835
|
+
"slug": "mode",
|
|
4836
|
+
"aliases": [],
|
|
4837
|
+
"category": "stats/summary",
|
|
4838
|
+
"categoryPath": [
|
|
4839
|
+
"stats",
|
|
4840
|
+
"summary"
|
|
4841
|
+
],
|
|
4842
|
+
"keywords": [
|
|
4843
|
+
"mode",
|
|
4844
|
+
"frequency",
|
|
4845
|
+
"statistics",
|
|
4846
|
+
"reduction",
|
|
4847
|
+
"ties"
|
|
4848
|
+
],
|
|
4849
|
+
"summary": "Most frequent value along a dimension with MATLAB-compatible tie semantics.",
|
|
4850
|
+
"exampleCount": 6
|
|
4851
|
+
},
|
|
4709
4852
|
{
|
|
4710
4853
|
"key": "month",
|
|
4711
4854
|
"title": "month",
|
|
@@ -5093,7 +5236,7 @@ export const builtinManifest = [
|
|
|
5093
5236
|
"MaxIter",
|
|
5094
5237
|
"Display"
|
|
5095
5238
|
],
|
|
5096
|
-
"summary": "Create or update an optimization options structure for fzero and fsolve.",
|
|
5239
|
+
"summary": "Create or update an optimization options structure for fminbnd, fzero, and fsolve.",
|
|
5097
5240
|
"exampleCount": 1
|
|
5098
5241
|
},
|
|
5099
5242
|
{
|
|
@@ -5178,6 +5321,27 @@ export const builtinManifest = [
|
|
|
5178
5321
|
"summary": "Apply MATLAB operators page-by-page across higher-dimensional arrays.",
|
|
5179
5322
|
"exampleCount": 4
|
|
5180
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"key": "patch",
|
|
5326
|
+
"title": "patch",
|
|
5327
|
+
"slug": "patch",
|
|
5328
|
+
"aliases": [],
|
|
5329
|
+
"category": "plotting",
|
|
5330
|
+
"categoryPath": [
|
|
5331
|
+
"plotting"
|
|
5332
|
+
],
|
|
5333
|
+
"keywords": [
|
|
5334
|
+
"patch",
|
|
5335
|
+
"polygon",
|
|
5336
|
+
"filled polygon",
|
|
5337
|
+
"faces",
|
|
5338
|
+
"vertices",
|
|
5339
|
+
"matlab patch",
|
|
5340
|
+
"graphics primitive"
|
|
5341
|
+
],
|
|
5342
|
+
"summary": "Create MATLAB-compatible colored polygon patch objects from coordinate data or Faces/Vertices definitions.",
|
|
5343
|
+
"exampleCount": 4
|
|
5344
|
+
},
|
|
5181
5345
|
{
|
|
5182
5346
|
"key": "path",
|
|
5183
5347
|
"title": "path",
|
|
@@ -5945,6 +6109,26 @@ export const builtinManifest = [
|
|
|
5945
6109
|
"summary": "Compute the MATLAB remainder a - b .* fix(./b) for scalars, matrices, N-D tensors, and complex values.",
|
|
5946
6110
|
"exampleCount": 6
|
|
5947
6111
|
},
|
|
6112
|
+
{
|
|
6113
|
+
"key": "repelem",
|
|
6114
|
+
"title": "repelem",
|
|
6115
|
+
"slug": "repelem",
|
|
6116
|
+
"aliases": [],
|
|
6117
|
+
"category": "array/shape",
|
|
6118
|
+
"categoryPath": [
|
|
6119
|
+
"array",
|
|
6120
|
+
"shape"
|
|
6121
|
+
],
|
|
6122
|
+
"keywords": [
|
|
6123
|
+
"repelem",
|
|
6124
|
+
"replicate",
|
|
6125
|
+
"repeat",
|
|
6126
|
+
"array",
|
|
6127
|
+
"cell"
|
|
6128
|
+
],
|
|
6129
|
+
"summary": "Replicate each element of an array along one or more dimensions.",
|
|
6130
|
+
"exampleCount": 5
|
|
6131
|
+
},
|
|
5948
6132
|
{
|
|
5949
6133
|
"key": "replace",
|
|
5950
6134
|
"title": "replace",
|
|
@@ -6271,6 +6455,27 @@ export const builtinManifest = [
|
|
|
6271
6455
|
"summary": "Persist the current MATLAB search path to pathdef.m with status and diagnostic outputs.",
|
|
6272
6456
|
"exampleCount": 8
|
|
6273
6457
|
},
|
|
6458
|
+
{
|
|
6459
|
+
"key": "sawtooth",
|
|
6460
|
+
"title": "sawtooth",
|
|
6461
|
+
"slug": "sawtooth",
|
|
6462
|
+
"aliases": [],
|
|
6463
|
+
"category": "math/signal",
|
|
6464
|
+
"categoryPath": [
|
|
6465
|
+
"math",
|
|
6466
|
+
"signal"
|
|
6467
|
+
],
|
|
6468
|
+
"keywords": [
|
|
6469
|
+
"sawtooth",
|
|
6470
|
+
"waveform",
|
|
6471
|
+
"signal processing",
|
|
6472
|
+
"triangle",
|
|
6473
|
+
"periodic",
|
|
6474
|
+
"elementwise"
|
|
6475
|
+
],
|
|
6476
|
+
"summary": "Generate a periodic sawtooth waveform with optional peak position.",
|
|
6477
|
+
"exampleCount": 3
|
|
6478
|
+
},
|
|
6274
6479
|
{
|
|
6275
6480
|
"key": "scatter",
|
|
6276
6481
|
"title": "scatter",
|
|
@@ -6526,6 +6731,47 @@ export const builtinManifest = [
|
|
|
6526
6731
|
"summary": "Sine of scalars, vectors, matrices, complex numbers, or character arrays with MATLAB broadcasting and GPU acceleration.",
|
|
6527
6732
|
"exampleCount": 5
|
|
6528
6733
|
},
|
|
6734
|
+
{
|
|
6735
|
+
"key": "sinc",
|
|
6736
|
+
"title": "sinc",
|
|
6737
|
+
"slug": "sinc",
|
|
6738
|
+
"aliases": [],
|
|
6739
|
+
"category": "math/signal",
|
|
6740
|
+
"categoryPath": [
|
|
6741
|
+
"math",
|
|
6742
|
+
"signal"
|
|
6743
|
+
],
|
|
6744
|
+
"keywords": [
|
|
6745
|
+
"sinc",
|
|
6746
|
+
"normalized sinc",
|
|
6747
|
+
"signal processing",
|
|
6748
|
+
"elementwise",
|
|
6749
|
+
"complex"
|
|
6750
|
+
],
|
|
6751
|
+
"summary": "Normalized sinc, sin(pi*x)/(pi*x), evaluated element-wise.",
|
|
6752
|
+
"exampleCount": 6
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"key": "sind",
|
|
6756
|
+
"title": "sind",
|
|
6757
|
+
"slug": "sind",
|
|
6758
|
+
"aliases": [],
|
|
6759
|
+
"category": "math/trigonometry",
|
|
6760
|
+
"categoryPath": [
|
|
6761
|
+
"math",
|
|
6762
|
+
"trigonometry"
|
|
6763
|
+
],
|
|
6764
|
+
"keywords": [
|
|
6765
|
+
"sind",
|
|
6766
|
+
"sine",
|
|
6767
|
+
"degrees",
|
|
6768
|
+
"angle",
|
|
6769
|
+
"trigonometry",
|
|
6770
|
+
"elementwise"
|
|
6771
|
+
],
|
|
6772
|
+
"summary": "Sine of angles expressed in degrees with MATLAB-exact values at canonical multiples.",
|
|
6773
|
+
"exampleCount": 3
|
|
6774
|
+
},
|
|
6529
6775
|
{
|
|
6530
6776
|
"key": "single",
|
|
6531
6777
|
"title": "single",
|
|
@@ -6706,6 +6952,27 @@ export const builtinManifest = [
|
|
|
6706
6952
|
"summary": "Element-wise square root of scalars, vectors, matrices, or N-D tensors.",
|
|
6707
6953
|
"exampleCount": 6
|
|
6708
6954
|
},
|
|
6955
|
+
{
|
|
6956
|
+
"key": "square",
|
|
6957
|
+
"title": "square",
|
|
6958
|
+
"slug": "square",
|
|
6959
|
+
"aliases": [],
|
|
6960
|
+
"category": "math/signal",
|
|
6961
|
+
"categoryPath": [
|
|
6962
|
+
"math",
|
|
6963
|
+
"signal"
|
|
6964
|
+
],
|
|
6965
|
+
"keywords": [
|
|
6966
|
+
"square",
|
|
6967
|
+
"waveform",
|
|
6968
|
+
"signal processing",
|
|
6969
|
+
"duty cycle",
|
|
6970
|
+
"periodic",
|
|
6971
|
+
"elementwise"
|
|
6972
|
+
],
|
|
6973
|
+
"summary": "Generate a periodic square wave with optional duty cycle.",
|
|
6974
|
+
"exampleCount": 3
|
|
6975
|
+
},
|
|
6709
6976
|
{
|
|
6710
6977
|
"key": "squeeze",
|
|
6711
6978
|
"title": "squeeze",
|
|
@@ -6806,6 +7073,25 @@ export const builtinManifest = [
|
|
|
6806
7073
|
"summary": "Create stem plots for discrete signals, sequence visualization, and MATLAB `stem` workflows.",
|
|
6807
7074
|
"exampleCount": 4
|
|
6808
7075
|
},
|
|
7076
|
+
{
|
|
7077
|
+
"key": "step",
|
|
7078
|
+
"title": "step",
|
|
7079
|
+
"slug": "step",
|
|
7080
|
+
"aliases": [],
|
|
7081
|
+
"category": "control",
|
|
7082
|
+
"categoryPath": [
|
|
7083
|
+
"control"
|
|
7084
|
+
],
|
|
7085
|
+
"keywords": [
|
|
7086
|
+
"step",
|
|
7087
|
+
"step response",
|
|
7088
|
+
"control system",
|
|
7089
|
+
"transfer function",
|
|
7090
|
+
"tf"
|
|
7091
|
+
],
|
|
7092
|
+
"summary": "Compute or plot the step response of a SISO transfer-function model.",
|
|
7093
|
+
"exampleCount": 4
|
|
7094
|
+
},
|
|
6809
7095
|
{
|
|
6810
7096
|
"key": "str2double",
|
|
6811
7097
|
"title": "str2double",
|
|
@@ -7351,6 +7637,27 @@ export const builtinManifest = [
|
|
|
7351
7637
|
"summary": "Element-wise tangent for scalars, vectors, matrices, complex numbers, or character arrays with MATLAB broadcasting and GPU acceleration.",
|
|
7352
7638
|
"exampleCount": 8
|
|
7353
7639
|
},
|
|
7640
|
+
{
|
|
7641
|
+
"key": "tand",
|
|
7642
|
+
"title": "tand",
|
|
7643
|
+
"slug": "tand",
|
|
7644
|
+
"aliases": [],
|
|
7645
|
+
"category": "math/trigonometry",
|
|
7646
|
+
"categoryPath": [
|
|
7647
|
+
"math",
|
|
7648
|
+
"trigonometry"
|
|
7649
|
+
],
|
|
7650
|
+
"keywords": [
|
|
7651
|
+
"tand",
|
|
7652
|
+
"tangent",
|
|
7653
|
+
"degrees",
|
|
7654
|
+
"angle",
|
|
7655
|
+
"trigonometry",
|
|
7656
|
+
"elementwise"
|
|
7657
|
+
],
|
|
7658
|
+
"summary": "Tangent of angles expressed in degrees with MATLAB-exact poles at +/-90 and exact zeros at multiples of 180.",
|
|
7659
|
+
"exampleCount": 3
|
|
7660
|
+
},
|
|
7354
7661
|
{
|
|
7355
7662
|
"key": "tanh",
|
|
7356
7663
|
"title": "tanh",
|
|
@@ -8169,6 +8476,7 @@ export const builtinDocLoaders = {
|
|
|
8169
8476
|
"colon": () => import("./builtins/colon.js").then((mod) => mod.default),
|
|
8170
8477
|
"colorbar": () => import("./builtins/colorbar.js").then((mod) => mod.default),
|
|
8171
8478
|
"colormap": () => import("./builtins/colormap.js").then((mod) => mod.default),
|
|
8479
|
+
"complex": () => import("./builtins/complex.js").then((mod) => mod.default),
|
|
8172
8480
|
"compose": () => import("./builtins/compose.js").then((mod) => mod.default),
|
|
8173
8481
|
"cond": () => import("./builtins/cond.js").then((mod) => mod.default),
|
|
8174
8482
|
"conj": () => import("./builtins/conj.js").then((mod) => mod.default),
|
|
@@ -8181,6 +8489,7 @@ export const builtinDocLoaders = {
|
|
|
8181
8489
|
"copyfile": () => import("./builtins/copyfile.js").then((mod) => mod.default),
|
|
8182
8490
|
"corrcoef": () => import("./builtins/corrcoef.js").then((mod) => mod.default),
|
|
8183
8491
|
"cos": () => import("./builtins/cos.js").then((mod) => mod.default),
|
|
8492
|
+
"cosd": () => import("./builtins/cosd.js").then((mod) => mod.default),
|
|
8184
8493
|
"cosh": () => import("./builtins/cosh.js").then((mod) => mod.default),
|
|
8185
8494
|
"cov": () => import("./builtins/cov.js").then((mod) => mod.default),
|
|
8186
8495
|
"cross": () => import("./builtins/cross.js").then((mod) => mod.default),
|
|
@@ -8194,6 +8503,7 @@ export const builtinDocLoaders = {
|
|
|
8194
8503
|
"cumtrapz": () => import("./builtins/cumtrapz.js").then((mod) => mod.default),
|
|
8195
8504
|
"datetime": () => import("./builtins/datetime.js").then((mod) => mod.default),
|
|
8196
8505
|
"day": () => import("./builtins/day.js").then((mod) => mod.default),
|
|
8506
|
+
"db": () => import("./builtins/db.js").then((mod) => mod.default),
|
|
8197
8507
|
"deconv": () => import("./builtins/deconv.js").then((mod) => mod.default),
|
|
8198
8508
|
"deg2rad": () => import("./builtins/deg2rad.js").then((mod) => mod.default),
|
|
8199
8509
|
"delete": () => import("./builtins/delete.js").then((mod) => mod.default),
|
|
@@ -8234,6 +8544,7 @@ export const builtinDocLoaders = {
|
|
|
8234
8544
|
"fileread": () => import("./builtins/fileread.js").then((mod) => mod.default),
|
|
8235
8545
|
"filewrite": () => import("./builtins/filewrite.js").then((mod) => mod.default),
|
|
8236
8546
|
"fill": () => import("./builtins/fill.js").then((mod) => mod.default),
|
|
8547
|
+
"fill3": () => import("./builtins/fill3.js").then((mod) => mod.default),
|
|
8237
8548
|
"filter": () => import("./builtins/filter.js").then((mod) => mod.default),
|
|
8238
8549
|
"filter2": () => import("./builtins/filter2.js").then((mod) => mod.default),
|
|
8239
8550
|
"find": () => import("./builtins/find.js").then((mod) => mod.default),
|
|
@@ -8242,6 +8553,7 @@ export const builtinDocLoaders = {
|
|
|
8242
8553
|
"fliplr": () => import("./builtins/fliplr.js").then((mod) => mod.default),
|
|
8243
8554
|
"flipud": () => import("./builtins/flipud.js").then((mod) => mod.default),
|
|
8244
8555
|
"floor": () => import("./builtins/floor.js").then((mod) => mod.default),
|
|
8556
|
+
"fminbnd": () => import("./builtins/fminbnd.js").then((mod) => mod.default),
|
|
8245
8557
|
"fopen": () => import("./builtins/fopen.js").then((mod) => mod.default),
|
|
8246
8558
|
"format": () => import("./builtins/format.js").then((mod) => mod.default),
|
|
8247
8559
|
"fprintf": () => import("./builtins/fprintf.js").then((mod) => mod.default),
|
|
@@ -8296,6 +8608,7 @@ export const builtinDocLoaders = {
|
|
|
8296
8608
|
"ind2rgb": () => import("./builtins/ind2rgb.js").then((mod) => mod.default),
|
|
8297
8609
|
"ind2sub": () => import("./builtins/ind2sub.js").then((mod) => mod.default),
|
|
8298
8610
|
"input": () => import("./builtins/input.js").then((mod) => mod.default),
|
|
8611
|
+
"integral": () => import("./builtins/integral.js").then((mod) => mod.default),
|
|
8299
8612
|
"interp1": () => import("./builtins/interp1.js").then((mod) => mod.default),
|
|
8300
8613
|
"interp2": () => import("./builtins/interp2.js").then((mod) => mod.default),
|
|
8301
8614
|
"intersect": () => import("./builtins/intersect.js").then((mod) => mod.default),
|
|
@@ -8358,6 +8671,7 @@ export const builtinDocLoaders = {
|
|
|
8358
8671
|
"mkdir": () => import("./builtins/mkdir.js").then((mod) => mod.default),
|
|
8359
8672
|
"mldivide": () => import("./builtins/mldivide.js").then((mod) => mod.default),
|
|
8360
8673
|
"mod": () => import("./builtins/mod.js").then((mod) => mod.default),
|
|
8674
|
+
"mode": () => import("./builtins/mode.js").then((mod) => mod.default),
|
|
8361
8675
|
"month": () => import("./builtins/month.js").then((mod) => mod.default),
|
|
8362
8676
|
"movefile": () => import("./builtins/movefile.js").then((mod) => mod.default),
|
|
8363
8677
|
"mpower": () => import("./builtins/mpower.js").then((mod) => mod.default),
|
|
@@ -8381,6 +8695,7 @@ export const builtinDocLoaders = {
|
|
|
8381
8695
|
"orderfields": () => import("./builtins/orderfields.js").then((mod) => mod.default),
|
|
8382
8696
|
"pad": () => import("./builtins/pad.js").then((mod) => mod.default),
|
|
8383
8697
|
"pagefun": () => import("./builtins/pagefun.js").then((mod) => mod.default),
|
|
8698
|
+
"patch": () => import("./builtins/patch.js").then((mod) => mod.default),
|
|
8384
8699
|
"path": () => import("./builtins/path.js").then((mod) => mod.default),
|
|
8385
8700
|
"pause": () => import("./builtins/pause.js").then((mod) => mod.default),
|
|
8386
8701
|
"pchip": () => import("./builtins/pchip.js").then((mod) => mod.default),
|
|
@@ -8419,6 +8734,7 @@ export const builtinDocLoaders = {
|
|
|
8419
8734
|
"regexpi": () => import("./builtins/regexpi.js").then((mod) => mod.default),
|
|
8420
8735
|
"regexprep": () => import("./builtins/regexprep.js").then((mod) => mod.default),
|
|
8421
8736
|
"rem": () => import("./builtins/rem.js").then((mod) => mod.default),
|
|
8737
|
+
"repelem": () => import("./builtins/repelem.js").then((mod) => mod.default),
|
|
8422
8738
|
"replace": () => import("./builtins/replace.js").then((mod) => mod.default),
|
|
8423
8739
|
"repmat": () => import("./builtins/repmat.js").then((mod) => mod.default),
|
|
8424
8740
|
"reshape": () => import("./builtins/reshape.js").then((mod) => mod.default),
|
|
@@ -8435,6 +8751,7 @@ export const builtinDocLoaders = {
|
|
|
8435
8751
|
"round": () => import("./builtins/round.js").then((mod) => mod.default),
|
|
8436
8752
|
"save": () => import("./builtins/save.js").then((mod) => mod.default),
|
|
8437
8753
|
"savepath": () => import("./builtins/savepath.js").then((mod) => mod.default),
|
|
8754
|
+
"sawtooth": () => import("./builtins/sawtooth.js").then((mod) => mod.default),
|
|
8438
8755
|
"scatter": () => import("./builtins/scatter.js").then((mod) => mod.default),
|
|
8439
8756
|
"scatter3": () => import("./builtins/scatter3.js").then((mod) => mod.default),
|
|
8440
8757
|
"second": () => import("./builtins/second.js").then((mod) => mod.default),
|
|
@@ -8448,6 +8765,8 @@ export const builtinDocLoaders = {
|
|
|
8448
8765
|
"shading": () => import("./builtins/shading.js").then((mod) => mod.default),
|
|
8449
8766
|
"sign": () => import("./builtins/sign.js").then((mod) => mod.default),
|
|
8450
8767
|
"sin": () => import("./builtins/sin.js").then((mod) => mod.default),
|
|
8768
|
+
"sinc": () => import("./builtins/sinc.js").then((mod) => mod.default),
|
|
8769
|
+
"sind": () => import("./builtins/sind.js").then((mod) => mod.default),
|
|
8451
8770
|
"single": () => import("./builtins/single.js").then((mod) => mod.default),
|
|
8452
8771
|
"sinh": () => import("./builtins/sinh.js").then((mod) => mod.default),
|
|
8453
8772
|
"size": () => import("./builtins/size.js").then((mod) => mod.default),
|
|
@@ -8457,11 +8776,13 @@ export const builtinDocLoaders = {
|
|
|
8457
8776
|
"split": () => import("./builtins/split.js").then((mod) => mod.default),
|
|
8458
8777
|
"sprintf": () => import("./builtins/sprintf.js").then((mod) => mod.default),
|
|
8459
8778
|
"sqrt": () => import("./builtins/sqrt.js").then((mod) => mod.default),
|
|
8779
|
+
"square": () => import("./builtins/square.js").then((mod) => mod.default),
|
|
8460
8780
|
"squeeze": () => import("./builtins/squeeze.js").then((mod) => mod.default),
|
|
8461
8781
|
"stairs": () => import("./builtins/stairs.js").then((mod) => mod.default),
|
|
8462
8782
|
"startswith": () => import("./builtins/startsWith.js").then((mod) => mod.default),
|
|
8463
8783
|
"std": () => import("./builtins/std.js").then((mod) => mod.default),
|
|
8464
8784
|
"stem": () => import("./builtins/stem.js").then((mod) => mod.default),
|
|
8785
|
+
"step": () => import("./builtins/step.js").then((mod) => mod.default),
|
|
8465
8786
|
"str2double": () => import("./builtins/str2double.js").then((mod) => mod.default),
|
|
8466
8787
|
"strcat": () => import("./builtins/strcat.js").then((mod) => mod.default),
|
|
8467
8788
|
"strcmp": () => import("./builtins/strcmp.js").then((mod) => mod.default),
|
|
@@ -8489,6 +8810,7 @@ export const builtinDocLoaders = {
|
|
|
8489
8810
|
"svd": () => import("./builtins/svd.js").then((mod) => mod.default),
|
|
8490
8811
|
"symrcm": () => import("./builtins/symrcm.js").then((mod) => mod.default),
|
|
8491
8812
|
"tan": () => import("./builtins/tan.js").then((mod) => mod.default),
|
|
8813
|
+
"tand": () => import("./builtins/tand.js").then((mod) => mod.default),
|
|
8492
8814
|
"tanh": () => import("./builtins/tanh.js").then((mod) => mod.default),
|
|
8493
8815
|
"tcpclient": () => import("./builtins/tcpclient.js").then((mod) => mod.default),
|
|
8494
8816
|
"tcpserver": () => import("./builtins/tcpserver.js").then((mod) => mod.default),
|