diff --git a/base/at2d/README.md b/base/at2d/README.md index a2a49059..b3d2ea87 100644 --- a/base/at2d/README.md +++ b/base/at2d/README.md @@ -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. +