runmat 0.5.2 → 0.5.3-dev.1

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.
Files changed (128) hide show
  1. package/artifacts/stdlib.snapshot +0 -0
  2. package/dist/fs/index.d.ts +1 -1
  3. package/dist/fs/index.d.ts.map +1 -1
  4. package/dist/fs/provider-types.d.ts +15 -0
  5. package/dist/fs/provider-types.d.ts.map +1 -1
  6. package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
  7. package/dist/generated/builtin-examples-catalog.js +1 -1
  8. package/dist/generated/builtin-examples-catalog.js.map +1 -1
  9. package/dist/generated/builtins/addpath.d.ts.map +1 -1
  10. package/dist/generated/builtins/addpath.js +6 -0
  11. package/dist/generated/builtins/addpath.js.map +1 -1
  12. package/dist/generated/builtins/axis.d.ts.map +1 -1
  13. package/dist/generated/builtins/axis.js +11 -1
  14. package/dist/generated/builtins/axis.js.map +1 -1
  15. package/dist/generated/builtins/cd.d.ts.map +1 -1
  16. package/dist/generated/builtins/cd.js +6 -0
  17. package/dist/generated/builtins/cd.js.map +1 -1
  18. package/dist/generated/builtins/copyfile.d.ts.map +1 -1
  19. package/dist/generated/builtins/copyfile.js +1 -0
  20. package/dist/generated/builtins/copyfile.js.map +1 -1
  21. package/dist/generated/builtins/csvread.d.ts.map +1 -1
  22. package/dist/generated/builtins/csvread.js +1 -0
  23. package/dist/generated/builtins/csvread.js.map +1 -1
  24. package/dist/generated/builtins/diff.d.ts.map +1 -1
  25. package/dist/generated/builtins/diff.js +13 -2
  26. package/dist/generated/builtins/diff.js.map +1 -1
  27. package/dist/generated/builtins/downsample.d.ts +4 -0
  28. package/dist/generated/builtins/downsample.d.ts.map +1 -0
  29. package/dist/generated/builtins/downsample.js +104 -0
  30. package/dist/generated/builtins/downsample.js.map +1 -0
  31. package/dist/generated/builtins/eq.d.ts.map +1 -1
  32. package/dist/generated/builtins/eq.js +12 -1
  33. package/dist/generated/builtins/eq.js.map +1 -1
  34. package/dist/generated/builtins/figure.d.ts.map +1 -1
  35. package/dist/generated/builtins/figure.js +19 -2
  36. package/dist/generated/builtins/figure.js.map +1 -1
  37. package/dist/generated/builtins/fzero.d.ts.map +1 -1
  38. package/dist/generated/builtins/fzero.js +10 -2
  39. package/dist/generated/builtins/fzero.js.map +1 -1
  40. package/dist/generated/builtins/gauspuls.d.ts +4 -0
  41. package/dist/generated/builtins/gauspuls.d.ts.map +1 -0
  42. package/dist/generated/builtins/gauspuls.js +94 -0
  43. package/dist/generated/builtins/gauspuls.js.map +1 -0
  44. package/dist/generated/builtins/gca.d.ts.map +1 -1
  45. package/dist/generated/builtins/gca.js +5 -0
  46. package/dist/generated/builtins/gca.js.map +1 -1
  47. package/dist/generated/builtins/get.js +3 -3
  48. package/dist/generated/builtins/get.js.map +1 -1
  49. package/dist/generated/builtins/grid.d.ts.map +1 -1
  50. package/dist/generated/builtins/grid.js +10 -4
  51. package/dist/generated/builtins/grid.js.map +1 -1
  52. package/dist/generated/builtins/heaviside.d.ts +4 -0
  53. package/dist/generated/builtins/heaviside.d.ts.map +1 -0
  54. package/dist/generated/builtins/heaviside.js +139 -0
  55. package/dist/generated/builtins/heaviside.js.map +1 -0
  56. package/dist/generated/builtins/hilbert.d.ts +4 -0
  57. package/dist/generated/builtins/hilbert.d.ts.map +1 -0
  58. package/dist/generated/builtins/hilbert.js +134 -0
  59. package/dist/generated/builtins/hilbert.js.map +1 -0
  60. package/dist/generated/builtins/limit.d.ts +4 -0
  61. package/dist/generated/builtins/limit.d.ts.map +1 -0
  62. package/dist/generated/builtins/limit.js +84 -0
  63. package/dist/generated/builtins/limit.js.map +1 -0
  64. package/dist/generated/builtins/null.d.ts +4 -0
  65. package/dist/generated/builtins/null.d.ts.map +1 -0
  66. package/dist/generated/builtins/null.js +116 -0
  67. package/dist/generated/builtins/null.js.map +1 -0
  68. package/dist/generated/builtins/power.d.ts.map +1 -1
  69. package/dist/generated/builtins/power.js +1 -0
  70. package/dist/generated/builtins/power.js.map +1 -1
  71. package/dist/generated/builtins/pulstran.d.ts +4 -0
  72. package/dist/generated/builtins/pulstran.d.ts.map +1 -0
  73. package/dist/generated/builtins/pulstran.js +106 -0
  74. package/dist/generated/builtins/pulstran.js.map +1 -0
  75. package/dist/generated/builtins/rectpuls.d.ts +4 -0
  76. package/dist/generated/builtins/rectpuls.d.ts.map +1 -0
  77. package/dist/generated/builtins/rectpuls.js +95 -0
  78. package/dist/generated/builtins/rectpuls.js.map +1 -0
  79. package/dist/generated/builtins/rlocus.d.ts +4 -0
  80. package/dist/generated/builtins/rlocus.d.ts.map +1 -0
  81. package/dist/generated/builtins/rlocus.js +126 -0
  82. package/dist/generated/builtins/rlocus.js.map +1 -0
  83. package/dist/generated/builtins/set.js +2 -2
  84. package/dist/generated/builtins/set.js.map +1 -1
  85. package/dist/generated/builtins/spreadsheetImportOptions.d.ts +4 -0
  86. package/dist/generated/builtins/spreadsheetImportOptions.d.ts.map +1 -0
  87. package/dist/generated/builtins/spreadsheetImportOptions.js +93 -0
  88. package/dist/generated/builtins/spreadsheetImportOptions.js.map +1 -0
  89. package/dist/generated/builtins/sym.d.ts +4 -0
  90. package/dist/generated/builtins/sym.d.ts.map +1 -0
  91. package/dist/generated/builtins/sym.js +78 -0
  92. package/dist/generated/builtins/sym.js.map +1 -0
  93. package/dist/generated/builtins/syms.d.ts +4 -0
  94. package/dist/generated/builtins/syms.d.ts.map +1 -0
  95. package/dist/generated/builtins/syms.js +84 -0
  96. package/dist/generated/builtins/syms.js.map +1 -0
  97. package/dist/generated/builtins/tripuls.d.ts +4 -0
  98. package/dist/generated/builtins/tripuls.d.ts.map +1 -0
  99. package/dist/generated/builtins/tripuls.js +91 -0
  100. package/dist/generated/builtins/tripuls.js.map +1 -0
  101. package/dist/generated/builtins/uigetfile.d.ts +4 -0
  102. package/dist/generated/builtins/uigetfile.d.ts.map +1 -0
  103. package/dist/generated/builtins/uigetfile.js +95 -0
  104. package/dist/generated/builtins/uigetfile.js.map +1 -0
  105. package/dist/generated/builtins/unwrap.d.ts +4 -0
  106. package/dist/generated/builtins/unwrap.d.ts.map +1 -0
  107. package/dist/generated/builtins/unwrap.js +123 -0
  108. package/dist/generated/builtins/unwrap.js.map +1 -0
  109. package/dist/generated/builtins/upsample.d.ts +4 -0
  110. package/dist/generated/builtins/upsample.d.ts.map +1 -0
  111. package/dist/generated/builtins/upsample.js +104 -0
  112. package/dist/generated/builtins/upsample.js.map +1 -0
  113. package/dist/generated/builtins-manifest.d.ts.map +1 -1
  114. package/dist/generated/builtins-manifest.js +351 -10
  115. package/dist/generated/builtins-manifest.js.map +1 -1
  116. package/dist/index.d.ts +1 -1
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js.map +1 -1
  119. package/dist/lsp/runmat_lsp.d.ts +2 -3
  120. package/dist/lsp/runmat_lsp.js +635 -439
  121. package/dist/lsp/runmat_lsp_bg.wasm +0 -0
  122. package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -3
  123. package/dist/pkg-web/runmat_wasm_web.d.ts +13 -13
  124. package/dist/pkg-web/runmat_wasm_web.js +704 -262
  125. package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
  126. package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +12 -12
  127. package/dist/runtime/stdlib.snapshot +0 -0
  128. package/package.json +1 -1
@@ -101,7 +101,7 @@ export const builtinManifest = [
101
101
  "-frozen"
102
102
  ],
103
103
  "summary": "Add folders to the MATLAB/RunMat search path for function and script resolution.",
104
- "exampleCount": 8
104
+ "exampleCount": 9
105
105
  },
106
106
  {
107
107
  "key": "all",
@@ -376,11 +376,12 @@ export const builtinManifest = [
376
376
  "axis",
377
377
  "axis limits",
378
378
  "axis equal",
379
+ "axis image",
379
380
  "axis tight",
380
381
  "matlab axis"
381
382
  ],
382
383
  "summary": "Set axis limits and aspect behavior in MATLAB and RunMat plotting.",
383
- "exampleCount": 3
384
+ "exampleCount": 4
384
385
  },
385
386
  {
386
387
  "key": "bandwidth",
@@ -524,7 +525,7 @@ export const builtinManifest = [
524
525
  "pwd"
525
526
  ],
526
527
  "summary": "Change or query the current working folder in MATLAB and RunMat.",
527
- "exampleCount": 6
528
+ "exampleCount": 7
528
529
  },
529
530
  {
530
531
  "key": "ceil",
@@ -1619,10 +1620,11 @@ export const builtinManifest = [
1619
1620
  "difference",
1620
1621
  "finite difference",
1621
1622
  "nth difference",
1623
+ "symbolic derivative",
1622
1624
  "gpu"
1623
1625
  ],
1624
- "summary": "Compute forward finite differences in MATLAB and RunMat.",
1625
- "exampleCount": 6
1626
+ "summary": "Compute forward finite differences or scalar symbolic derivatives in MATLAB and RunMat.",
1627
+ "exampleCount": 7
1626
1628
  },
1627
1629
  {
1628
1630
  "key": "dir",
@@ -1747,6 +1749,25 @@ export const builtinManifest = [
1747
1749
  "summary": "Convert values to double precision in MATLAB and RunMat.",
1748
1750
  "exampleCount": 8
1749
1751
  },
1752
+ {
1753
+ "key": "downsample",
1754
+ "title": "downsample",
1755
+ "slug": "downsample",
1756
+ "aliases": [],
1757
+ "category": "math/signal",
1758
+ "categoryPath": [
1759
+ "math",
1760
+ "signal"
1761
+ ],
1762
+ "keywords": [
1763
+ "downsample",
1764
+ "sample rate",
1765
+ "decimation",
1766
+ "signal processing"
1767
+ ],
1768
+ "summary": "Decrease a signal's sample rate by keeping every Nth sample.",
1769
+ "exampleCount": 3
1770
+ },
1750
1771
  {
1751
1772
  "key": "duration",
1752
1773
  "title": "duration",
@@ -1822,10 +1843,11 @@ export const builtinManifest = [
1822
1843
  "==",
1823
1844
  "equality",
1824
1845
  "logical comparison",
1846
+ "symbolic equation",
1825
1847
  "gpuArray equality"
1826
1848
  ],
1827
1849
  "summary": "Compute element-wise equality in MATLAB and RunMat.",
1828
- "exampleCount": 6
1850
+ "exampleCount": 7
1829
1851
  },
1830
1852
  {
1831
1853
  "key": "erase",
@@ -2265,7 +2287,7 @@ export const builtinManifest = [
2265
2287
  "window selection"
2266
2288
  ],
2267
2289
  "summary": "Create or select plotting figures in MATLAB and RunMat.",
2268
- "exampleCount": 3
2290
+ "exampleCount": 4
2269
2291
  },
2270
2292
  {
2271
2293
  "key": "fileread",
@@ -2742,7 +2764,7 @@ export const builtinManifest = [
2742
2764
  "optimization"
2743
2765
  ],
2744
2766
  "summary": "Find scalar function zeros with bracketed root-finding in MATLAB and RunMat.",
2745
- "exampleCount": 3
2767
+ "exampleCount": 4
2746
2768
  },
2747
2769
  {
2748
2770
  "key": "gamma",
@@ -2786,6 +2808,26 @@ export const builtinManifest = [
2786
2808
  "summary": "Gather gpuArray data back to host memory in MATLAB and RunMat.",
2787
2809
  "exampleCount": 7
2788
2810
  },
2811
+ {
2812
+ "key": "gauspuls",
2813
+ "title": "gauspuls",
2814
+ "slug": "gauspuls",
2815
+ "aliases": [],
2816
+ "category": "math/signal",
2817
+ "categoryPath": [
2818
+ "math",
2819
+ "signal"
2820
+ ],
2821
+ "keywords": [
2822
+ "gauspuls",
2823
+ "gaussian pulse",
2824
+ "pulse train",
2825
+ "signal processing",
2826
+ "cutoff"
2827
+ ],
2828
+ "summary": "Generate Gaussian-modulated sinusoidal pulses.",
2829
+ "exampleCount": 3
2830
+ },
2789
2831
  {
2790
2832
  "key": "gca",
2791
2833
  "title": "gca",
@@ -2802,7 +2844,7 @@ export const builtinManifest = [
2802
2844
  "plotting"
2803
2845
  ],
2804
2846
  "summary": "Return the current axes handle in MATLAB and RunMat.",
2805
- "exampleCount": 2
2847
+ "exampleCount": 3
2806
2848
  },
2807
2849
  {
2808
2850
  "key": "gcf",
@@ -3035,11 +3077,12 @@ export const builtinManifest = [
3035
3077
  "grid",
3036
3078
  "grid on",
3037
3079
  "grid off",
3080
+ "grid minor",
3038
3081
  "chart grid lines",
3039
3082
  "matlab grid"
3040
3083
  ],
3041
3084
  "summary": "Toggle axes grid lines in MATLAB and RunMat plotting.",
3042
- "exampleCount": 2
3085
+ "exampleCount": 3
3043
3086
  },
3044
3087
  {
3045
3088
  "key": "gt",
@@ -3120,6 +3163,46 @@ export const builtinManifest = [
3120
3163
  "summary": "Create heatmap charts in MATLAB and RunMat.",
3121
3164
  "exampleCount": 2
3122
3165
  },
3166
+ {
3167
+ "key": "heaviside",
3168
+ "title": "heaviside",
3169
+ "slug": "heaviside",
3170
+ "aliases": [],
3171
+ "category": "math/elementwise",
3172
+ "categoryPath": [
3173
+ "math",
3174
+ "elementwise"
3175
+ ],
3176
+ "keywords": [
3177
+ "heaviside",
3178
+ "unit step",
3179
+ "step function",
3180
+ "elementwise",
3181
+ "gpu"
3182
+ ],
3183
+ "summary": "Compute the element-wise Heaviside step function.",
3184
+ "exampleCount": 6
3185
+ },
3186
+ {
3187
+ "key": "hilbert",
3188
+ "title": "hilbert",
3189
+ "slug": "hilbert",
3190
+ "aliases": [],
3191
+ "category": "math/signal",
3192
+ "categoryPath": [
3193
+ "math",
3194
+ "signal"
3195
+ ],
3196
+ "keywords": [
3197
+ "hilbert",
3198
+ "analytic signal",
3199
+ "signal processing",
3200
+ "fft",
3201
+ "complex"
3202
+ ],
3203
+ "summary": "Construct analytic signals with the Hilbert transform.",
3204
+ "exampleCount": 4
3205
+ },
3123
3206
  {
3124
3207
  "key": "hist",
3125
3208
  "title": "hist",
@@ -4377,6 +4460,25 @@ export const builtinManifest = [
4377
4460
  "summary": "Return largest-dimension length in MATLAB and RunMat.",
4378
4461
  "exampleCount": 5
4379
4462
  },
4463
+ {
4464
+ "key": "limit",
4465
+ "title": "limit",
4466
+ "slug": "limit",
4467
+ "aliases": [],
4468
+ "category": "math/symbolic",
4469
+ "categoryPath": [
4470
+ "math",
4471
+ "symbolic"
4472
+ ],
4473
+ "keywords": [
4474
+ "limit",
4475
+ "symbolic",
4476
+ "calculus",
4477
+ "lhopital"
4478
+ ],
4479
+ "summary": "Evaluate scalar symbolic limits by substitution and L'Hopital reduction.",
4480
+ "exampleCount": 3
4481
+ },
4380
4482
  {
4381
4483
  "key": "linprog",
4382
4484
  "title": "linprog",
@@ -5238,6 +5340,29 @@ export const builtinManifest = [
5238
5340
  "summary": "Compute element-wise logical negation in MATLAB and RunMat.",
5239
5341
  "exampleCount": 5
5240
5342
  },
5343
+ {
5344
+ "key": "null",
5345
+ "title": "null",
5346
+ "slug": "null",
5347
+ "aliases": [],
5348
+ "category": "math/linalg/solve",
5349
+ "categoryPath": [
5350
+ "math",
5351
+ "linalg",
5352
+ "solve"
5353
+ ],
5354
+ "keywords": [
5355
+ "null",
5356
+ "null space",
5357
+ "kernel",
5358
+ "rank",
5359
+ "svd",
5360
+ "rref",
5361
+ "orthonormal"
5362
+ ],
5363
+ "summary": "Compute a basis for a matrix null space.",
5364
+ "exampleCount": 3
5365
+ },
5241
5366
  {
5242
5367
  "key": "num2str",
5243
5368
  "title": "num2str",
@@ -5898,6 +6023,27 @@ export const builtinManifest = [
5898
6023
  "summary": "Multiply elements across dimensions in MATLAB and RunMat.",
5899
6024
  "exampleCount": 6
5900
6025
  },
6026
+ {
6027
+ "key": "pulstran",
6028
+ "title": "pulstran",
6029
+ "slug": "pulstran",
6030
+ "aliases": [],
6031
+ "category": "math/signal",
6032
+ "categoryPath": [
6033
+ "math",
6034
+ "signal"
6035
+ ],
6036
+ "keywords": [
6037
+ "pulstran",
6038
+ "pulse train",
6039
+ "rectpuls",
6040
+ "tripuls",
6041
+ "gauspuls",
6042
+ "signal processing"
6043
+ ],
6044
+ "summary": "Generate pulse trains from named pulse functions, function handles, or sampled prototype pulses.",
6045
+ "exampleCount": 3
6046
+ },
5901
6047
  {
5902
6048
  "key": "pwd",
5903
6049
  "title": "pwd",
@@ -6249,6 +6395,26 @@ export const builtinManifest = [
6249
6395
  "summary": "Extract the real part of numeric, logical, character, or complex arrays.",
6250
6396
  "exampleCount": 6
6251
6397
  },
6398
+ {
6399
+ "key": "rectpuls",
6400
+ "title": "rectpuls",
6401
+ "slug": "rectpuls",
6402
+ "aliases": [],
6403
+ "category": "math/signal",
6404
+ "categoryPath": [
6405
+ "math",
6406
+ "signal"
6407
+ ],
6408
+ "keywords": [
6409
+ "rectpuls",
6410
+ "rectangular pulse",
6411
+ "pulse train",
6412
+ "signal processing",
6413
+ "elementwise"
6414
+ ],
6415
+ "summary": "Generate sampled rectangular pulses.",
6416
+ "exampleCount": 2
6417
+ },
6252
6418
  {
6253
6419
  "key": "regexp",
6254
6420
  "title": "regexp",
@@ -6491,6 +6657,25 @@ export const builtinManifest = [
6491
6657
  "summary": "Convert sRGB image or colormap values to CIE L*a*b* with MATLAB-compatible D65 conversion defaults.",
6492
6658
  "exampleCount": 1
6493
6659
  },
6660
+ {
6661
+ "key": "rlocus",
6662
+ "title": "rlocus",
6663
+ "slug": "rlocus",
6664
+ "aliases": [],
6665
+ "category": "control",
6666
+ "categoryPath": [
6667
+ "control"
6668
+ ],
6669
+ "keywords": [
6670
+ "rlocus",
6671
+ "root locus",
6672
+ "control system",
6673
+ "transfer function",
6674
+ "tf"
6675
+ ],
6676
+ "summary": "Compute or plot root loci of SISO transfer-function or state-space models.",
6677
+ "exampleCount": 3
6678
+ },
6494
6679
  {
6495
6680
  "key": "rmdir",
6496
6681
  "title": "rmdir",
@@ -7196,6 +7381,28 @@ export const builtinManifest = [
7196
7381
  "summary": "Split text values into substrings using delimiter rules with MATLAB-compatible container behavior.",
7197
7382
  "exampleCount": 7
7198
7383
  },
7384
+ {
7385
+ "key": "spreadsheetimportoptions",
7386
+ "title": "spreadsheetImportOptions",
7387
+ "slug": "spreadsheetimportoptions",
7388
+ "aliases": [],
7389
+ "category": "io/tabular",
7390
+ "categoryPath": [
7391
+ "io",
7392
+ "tabular"
7393
+ ],
7394
+ "keywords": [
7395
+ "spreadsheetImportOptions",
7396
+ "readtable",
7397
+ "spreadsheet",
7398
+ "xlsx",
7399
+ "xls",
7400
+ "DataRange",
7401
+ "VariableTypes"
7402
+ ],
7403
+ "summary": "Create spreadsheet import options structs for `readtable`.",
7404
+ "exampleCount": 2
7405
+ },
7199
7406
  {
7200
7407
  "key": "sprintf",
7201
7408
  "title": "sprintf",
@@ -7917,6 +8124,25 @@ export const builtinManifest = [
7917
8124
  "summary": "Compute singular value decompositions with full, economy, and singular-value-only output forms.",
7918
8125
  "exampleCount": 7
7919
8126
  },
8127
+ {
8128
+ "key": "sym",
8129
+ "title": "sym",
8130
+ "slug": "sym",
8131
+ "aliases": [],
8132
+ "category": "math/symbolic",
8133
+ "categoryPath": [
8134
+ "math",
8135
+ "symbolic"
8136
+ ],
8137
+ "keywords": [
8138
+ "sym",
8139
+ "symbolic",
8140
+ "variable",
8141
+ "algebra"
8142
+ ],
8143
+ "summary": "Create a scalar symbolic variable or constant.",
8144
+ "exampleCount": 2
8145
+ },
7920
8146
  {
7921
8147
  "key": "symrcm",
7922
8148
  "title": "symrcm",
@@ -7939,6 +8165,25 @@ export const builtinManifest = [
7939
8165
  "summary": "Compute symmetric reverse Cuthill-McKee permutations that reduce matrix bandwidth.",
7940
8166
  "exampleCount": 4
7941
8167
  },
8168
+ {
8169
+ "key": "syms",
8170
+ "title": "syms",
8171
+ "slug": "syms",
8172
+ "aliases": [],
8173
+ "category": "math/symbolic",
8174
+ "categoryPath": [
8175
+ "math",
8176
+ "symbolic"
8177
+ ],
8178
+ "keywords": [
8179
+ "syms",
8180
+ "symbolic",
8181
+ "variable",
8182
+ "workspace"
8183
+ ],
8184
+ "summary": "Declare scalar symbolic variables in the active workspace.",
8185
+ "exampleCount": 3
8186
+ },
7942
8187
  {
7943
8188
  "key": "tan",
7944
8189
  "title": "tan",
@@ -8278,6 +8523,26 @@ export const builtinManifest = [
8278
8523
  "summary": "Extract lower-triangular portions of matrices with optional diagonal offsets.",
8279
8524
  "exampleCount": 5
8280
8525
  },
8526
+ {
8527
+ "key": "tripuls",
8528
+ "title": "tripuls",
8529
+ "slug": "tripuls",
8530
+ "aliases": [],
8531
+ "category": "math/signal",
8532
+ "categoryPath": [
8533
+ "math",
8534
+ "signal"
8535
+ ],
8536
+ "keywords": [
8537
+ "tripuls",
8538
+ "triangular pulse",
8539
+ "pulse train",
8540
+ "signal processing",
8541
+ "skew"
8542
+ ],
8543
+ "summary": "Generate sampled triangular pulses.",
8544
+ "exampleCount": 2
8545
+ },
8281
8546
  {
8282
8547
  "key": "triu",
8283
8548
  "title": "triu",
@@ -8317,6 +8582,27 @@ export const builtinManifest = [
8317
8582
  "summary": "Create logical arrays filled with `true` values using MATLAB-compatible size forms.",
8318
8583
  "exampleCount": 3
8319
8584
  },
8585
+ {
8586
+ "key": "uigetfile",
8587
+ "title": "uigetfile",
8588
+ "slug": "uigetfile",
8589
+ "aliases": [],
8590
+ "category": "io/repl_fs",
8591
+ "categoryPath": [
8592
+ "io",
8593
+ "repl_fs"
8594
+ ],
8595
+ "keywords": [
8596
+ "uigetfile",
8597
+ "file picker",
8598
+ "file dialog",
8599
+ "open file",
8600
+ "filesystem",
8601
+ "ui"
8602
+ ],
8603
+ "summary": "Open a host file-selection dialog and return the selected file name and path.",
8604
+ "exampleCount": 3
8605
+ },
8320
8606
  {
8321
8607
  "key": "unifrnd",
8322
8608
  "title": "unifrnd",
@@ -8382,6 +8668,26 @@ export const builtinManifest = [
8382
8668
  "summary": "Return unique elements or rows with MATLAB-compatible ordering and index mappings.",
8383
8669
  "exampleCount": 9
8384
8670
  },
8671
+ {
8672
+ "key": "unwrap",
8673
+ "title": "unwrap",
8674
+ "slug": "unwrap",
8675
+ "aliases": [],
8676
+ "category": "math/signal",
8677
+ "categoryPath": [
8678
+ "math",
8679
+ "signal"
8680
+ ],
8681
+ "keywords": [
8682
+ "unwrap",
8683
+ "phase",
8684
+ "angle",
8685
+ "signal processing",
8686
+ "radians"
8687
+ ],
8688
+ "summary": "Correct phase-angle jumps by adding multiples of `2*pi`.",
8689
+ "exampleCount": 4
8690
+ },
8385
8691
  {
8386
8692
  "key": "upper",
8387
8693
  "title": "upper",
@@ -8402,6 +8708,25 @@ export const builtinManifest = [
8402
8708
  "summary": "Convert text inputs to uppercase with MATLAB-compatible string, char, and cellstr behavior.",
8403
8709
  "exampleCount": 6
8404
8710
  },
8711
+ {
8712
+ "key": "upsample",
8713
+ "title": "upsample",
8714
+ "slug": "upsample",
8715
+ "aliases": [],
8716
+ "category": "math/signal",
8717
+ "categoryPath": [
8718
+ "math",
8719
+ "signal"
8720
+ ],
8721
+ "keywords": [
8722
+ "upsample",
8723
+ "sample rate",
8724
+ "zero insertion",
8725
+ "signal processing"
8726
+ ],
8727
+ "summary": "Increase a signal's sample rate by inserting zeros.",
8728
+ "exampleCount": 3
8729
+ },
8405
8730
  {
8406
8731
  "key": "var",
8407
8732
  "title": "var",
@@ -8844,6 +9169,7 @@ export const builtinDocLoaders = {
8844
9169
  "dlmwrite": () => import("./builtins/dlmwrite.js").then((mod) => mod.default),
8845
9170
  "dot": () => import("./builtins/dot.js").then((mod) => mod.default),
8846
9171
  "double": () => import("./builtins/double.js").then((mod) => mod.default),
9172
+ "downsample": () => import("./builtins/downsample.js").then((mod) => mod.default),
8847
9173
  "duration": () => import("./builtins/duration.js").then((mod) => mod.default),
8848
9174
  "eig": () => import("./builtins/eig.js").then((mod) => mod.default),
8849
9175
  "endswith": () => import("./builtins/endsWith.js").then((mod) => mod.default),
@@ -8895,6 +9221,7 @@ export const builtinDocLoaders = {
8895
9221
  "fzero": () => import("./builtins/fzero.js").then((mod) => mod.default),
8896
9222
  "gamma": () => import("./builtins/gamma.js").then((mod) => mod.default),
8897
9223
  "gather": () => import("./builtins/gather.js").then((mod) => mod.default),
9224
+ "gauspuls": () => import("./builtins/gauspuls.js").then((mod) => mod.default),
8898
9225
  "gca": () => import("./builtins/gca.js").then((mod) => mod.default),
8899
9226
  "gcf": () => import("./builtins/gcf.js").then((mod) => mod.default),
8900
9227
  "ge": () => import("./builtins/ge.js").then((mod) => mod.default),
@@ -8912,6 +9239,8 @@ export const builtinDocLoaders = {
8912
9239
  "hamming": () => import("./builtins/hamming.js").then((mod) => mod.default),
8913
9240
  "hann": () => import("./builtins/hann.js").then((mod) => mod.default),
8914
9241
  "heatmap": () => import("./builtins/heatmap.js").then((mod) => mod.default),
9242
+ "heaviside": () => import("./builtins/heaviside.js").then((mod) => mod.default),
9243
+ "hilbert": () => import("./builtins/hilbert.js").then((mod) => mod.default),
8915
9244
  "hist": () => import("./builtins/hist.js").then((mod) => mod.default),
8916
9245
  "histcounts": () => import("./builtins/histcounts.js").then((mod) => mod.default),
8917
9246
  "histcounts2": () => import("./builtins/histcounts2.js").then((mod) => mod.default),
@@ -8974,6 +9303,7 @@ export const builtinDocLoaders = {
8974
9303
  "le": () => import("./builtins/le.js").then((mod) => mod.default),
8975
9304
  "legend": () => import("./builtins/legend.js").then((mod) => mod.default),
8976
9305
  "length": () => import("./builtins/length.js").then((mod) => mod.default),
9306
+ "limit": () => import("./builtins/limit.js").then((mod) => mod.default),
8977
9307
  "linprog": () => import("./builtins/linprog.js").then((mod) => mod.default),
8978
9308
  "linsolve": () => import("./builtins/linsolve.js").then((mod) => mod.default),
8979
9309
  "linspace": () => import("./builtins/linspace.js").then((mod) => mod.default),
@@ -9016,6 +9346,7 @@ export const builtinDocLoaders = {
9016
9346
  "norm": () => import("./builtins/norm.js").then((mod) => mod.default),
9017
9347
  "normrnd": () => import("./builtins/normrnd.js").then((mod) => mod.default),
9018
9348
  "not": () => import("./builtins/not.js").then((mod) => mod.default),
9349
+ "null": () => import("./builtins/null.js").then((mod) => mod.default),
9019
9350
  "num2str": () => import("./builtins/num2str.js").then((mod) => mod.default),
9020
9351
  "numel": () => import("./builtins/numel.js").then((mod) => mod.default),
9021
9352
  "nyquist": () => import("./builtins/nyquist.js").then((mod) => mod.default),
@@ -9049,6 +9380,7 @@ export const builtinDocLoaders = {
9049
9380
  "ppval": () => import("./builtins/ppval.js").then((mod) => mod.default),
9050
9381
  "print": () => import("./builtins/print.js").then((mod) => mod.default),
9051
9382
  "prod": () => import("./builtins/prod.js").then((mod) => mod.default),
9383
+ "pulstran": () => import("./builtins/pulstran.js").then((mod) => mod.default),
9052
9384
  "pwd": () => import("./builtins/pwd.js").then((mod) => mod.default),
9053
9385
  "qammod": () => import("./builtins/qammod.js").then((mod) => mod.default),
9054
9386
  "qr": () => import("./builtins/qr.js").then((mod) => mod.default),
@@ -9066,6 +9398,7 @@ export const builtinDocLoaders = {
9066
9398
  "readline": () => import("./builtins/readline.js").then((mod) => mod.default),
9067
9399
  "readmatrix": () => import("./builtins/readmatrix.js").then((mod) => mod.default),
9068
9400
  "real": () => import("./builtins/real.js").then((mod) => mod.default),
9401
+ "rectpuls": () => import("./builtins/rectpuls.js").then((mod) => mod.default),
9069
9402
  "regexp": () => import("./builtins/regexp.js").then((mod) => mod.default),
9070
9403
  "regexpi": () => import("./builtins/regexpi.js").then((mod) => mod.default),
9071
9404
  "regexprep": () => import("./builtins/regexprep.js").then((mod) => mod.default),
@@ -9078,6 +9411,7 @@ export const builtinDocLoaders = {
9078
9411
  "rgb2gray": () => import("./builtins/rgb2gray.js").then((mod) => mod.default),
9079
9412
  "rgb2hsv": () => import("./builtins/rgb2hsv.js").then((mod) => mod.default),
9080
9413
  "rgb2lab": () => import("./builtins/rgb2lab.js").then((mod) => mod.default),
9414
+ "rlocus": () => import("./builtins/rlocus.js").then((mod) => mod.default),
9081
9415
  "rmdir": () => import("./builtins/rmdir.js").then((mod) => mod.default),
9082
9416
  "rmfield": () => import("./builtins/rmfield.js").then((mod) => mod.default),
9083
9417
  "rmpath": () => import("./builtins/rmpath.js").then((mod) => mod.default),
@@ -9113,6 +9447,7 @@ export const builtinDocLoaders = {
9113
9447
  "sortrows": () => import("./builtins/sortrows.js").then((mod) => mod.default),
9114
9448
  "spline": () => import("./builtins/spline.js").then((mod) => mod.default),
9115
9449
  "split": () => import("./builtins/split.js").then((mod) => mod.default),
9450
+ "spreadsheetimportoptions": () => import("./builtins/spreadsheetImportOptions.js").then((mod) => mod.default),
9116
9451
  "sprintf": () => import("./builtins/sprintf.js").then((mod) => mod.default),
9117
9452
  "sqrt": () => import("./builtins/sqrt.js").then((mod) => mod.default),
9118
9453
  "square": () => import("./builtins/square.js").then((mod) => mod.default),
@@ -9149,7 +9484,9 @@ export const builtinDocLoaders = {
9149
9484
  "surf": () => import("./builtins/surf.js").then((mod) => mod.default),
9150
9485
  "surfc": () => import("./builtins/surfc.js").then((mod) => mod.default),
9151
9486
  "svd": () => import("./builtins/svd.js").then((mod) => mod.default),
9487
+ "sym": () => import("./builtins/sym.js").then((mod) => mod.default),
9152
9488
  "symrcm": () => import("./builtins/symrcm.js").then((mod) => mod.default),
9489
+ "syms": () => import("./builtins/syms.js").then((mod) => mod.default),
9153
9490
  "tan": () => import("./builtins/tan.js").then((mod) => mod.default),
9154
9491
  "tand": () => import("./builtins/tand.js").then((mod) => mod.default),
9155
9492
  "tanh": () => import("./builtins/tanh.js").then((mod) => mod.default),
@@ -9167,12 +9504,16 @@ export const builtinDocLoaders = {
9167
9504
  "transpose": () => import("./builtins/transpose.js").then((mod) => mod.default),
9168
9505
  "trapz": () => import("./builtins/trapz.js").then((mod) => mod.default),
9169
9506
  "tril": () => import("./builtins/tril.js").then((mod) => mod.default),
9507
+ "tripuls": () => import("./builtins/tripuls.js").then((mod) => mod.default),
9170
9508
  "triu": () => import("./builtins/triu.js").then((mod) => mod.default),
9171
9509
  "true": () => import("./builtins/true.js").then((mod) => mod.default),
9510
+ "uigetfile": () => import("./builtins/uigetfile.js").then((mod) => mod.default),
9172
9511
  "unifrnd": () => import("./builtins/unifrnd.js").then((mod) => mod.default),
9173
9512
  "union": () => import("./builtins/union.js").then((mod) => mod.default),
9174
9513
  "unique": () => import("./builtins/unique.js").then((mod) => mod.default),
9514
+ "unwrap": () => import("./builtins/unwrap.js").then((mod) => mod.default),
9175
9515
  "upper": () => import("./builtins/upper.js").then((mod) => mod.default),
9516
+ "upsample": () => import("./builtins/upsample.js").then((mod) => mod.default),
9176
9517
  "var": () => import("./builtins/var.js").then((mod) => mod.default),
9177
9518
  "vertcat": () => import("./builtins/vertcat.js").then((mod) => mod.default),
9178
9519
  "view": () => import("./builtins/view.js").then((mod) => mod.default),