mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
612 B
612 B
Function resize
Resize a matrix
resize(x, size) resize(x, size, defaultValue)
Parameters
| Parameter | Type | Description |
|---|---|---|
x |
* | Array | Matrix | |
size |
Array | Matrix | One dimensional array with numbers |
defaultValue |
Number | String | Undefined by default, except in case of a string, in that case defaultValue = ' ' |
Returns
| Type | Description |
|---|
- | Array | Matrix | res