![]() |
VOOZH | about |
axes() is an inbuilt function in julia which is used to return the tuple or valid range of valid indices for specified array.
Syntax: axes(A) or axes(A, d) Parameters:Example 1: Output: 👁 ImageReturns: It returns the tuple or valid range of valid indices for specified array.
- A: Specified array.
- d: Specified dimension.