Problem 45306. Find index of non empty cell array

This question aims to understand the characteristics of MATLAB programs. Educational problem.

Please find non empty index of cell array.(Hint: cellfun)

e.g. :

input :

x = {1,[],[],[]};

output :

y = 1

Solution Stats

64.58% Correct | 35.42% Incorrect
Last Solution submitted on Jul 14, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers30

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!