diff --git a/base/flatten-by/README.md b/base/flatten-by/README.md index c2597d57..393746f8 100644 --- a/base/flatten-by/README.md +++ b/base/flatten-by/README.md @@ -200,6 +200,12 @@ out = flattenBy( x, [ 2, 2, 1, 2, 2 ], true, fcn ); @@ -208,6 +214,12 @@ out = flattenBy( x, [ 2, 2, 1, 2, 2 ], true, fcn ); diff --git a/base/flatten3d/README.md b/base/flatten3d/README.md index dcb06997..b204b350 100644 --- a/base/flatten3d/README.md +++ b/base/flatten3d/README.md @@ -139,6 +139,12 @@ out = flatten3d( x, [ 4, 2, 2 ], true ); @@ -147,6 +153,12 @@ out = flatten3d( x, [ 4, 2, 2 ], true ); diff --git a/base/fliplr2d/README.md b/base/fliplr2d/README.md index 3851a2b1..c68e731a 100644 --- a/base/fliplr2d/README.md +++ b/base/fliplr2d/README.md @@ -97,6 +97,14 @@ console.log( y ); @@ -105,6 +113,16 @@ console.log( y ); diff --git a/base/onesnd/README.md b/base/onesnd/README.md index dd7e9fc6..efe4fc5f 100644 --- a/base/onesnd/README.md +++ b/base/onesnd/README.md @@ -104,6 +104,17 @@ out = onesnd( [ 1, 1, 1, 3 ] ); @@ -112,6 +123,22 @@ out = onesnd( [ 1, 1, 1, 3 ] ); diff --git a/base/zerosnd/README.md b/base/zerosnd/README.md index 28e27206..c211c33a 100644 --- a/base/zerosnd/README.md +++ b/base/zerosnd/README.md @@ -104,6 +104,17 @@ out = zerosnd( [ 1, 1, 1, 3 ] ); @@ -112,6 +123,22 @@ out = zerosnd( [ 1, 1, 1, 3 ] );