Problem 58807. Array size along k-th dimension

Given an n-dimensional array M, find the size of M along the k-th dimension (1 <= k <= n), without using size(), height() or width(). You may ignore trailing singleton dimensions.

Solution Stats

64.29% Correct | 35.71% Incorrect
Last Solution submitted on May 04, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author13

Problem Tags

Community Treasure Hunt

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

Start Hunting!