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

66.67% Correct | 33.33% Incorrect
Last Solution submitted on Dec 06, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers7

Suggested Problems

More from this Author12

Problem Tags

Community Treasure Hunt

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

Start Hunting!