mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
459 B
459 B
Function ones
Create a matrix filled with ones
ones(m) ones(m, n) ones([m, n]) ones([m, n, p, ...])
Parameters
| Parameter | Type | Description |
|---|---|---|
size |
...Number | Array |
Returns
| Type | Description |
|---|---|
| Array | Matrix | Number | matrix |