Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 21, 2024
1 parent 1150cce commit 7cdd56a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions base/at2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ out = at2d( x, 1, 0 );
// returns 3
```

The function accepts the following arguments:

- **x**: two-dimensional nested input array.
- **i0**: first dimension index.
- **i1**: second dimension index.

</section>

<!-- /.usage -->
Expand Down

0 comments on commit 7cdd56a

Please sign in to comment.