Given an N-dimensional array, A, an index, I, and a dimension, d, return the I th elements of A in the d dimension.

For Example,

    array_slice( A, 5, 3 )

is equivalent to

    A(:,:,5)

Note: eval and str2func cannot be used. This is a Cody restriction.

Solution Stats

1518 Solutions

284 Solvers

Last Solution submitted on Mar 15, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers284

Suggested Problems

More from this Author56

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!