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
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers31
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5793 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2535 Solvers
-
Sum of diagonal of a square matrix
1633 Solvers
-
271 Solvers
-
Matlab Basics - y as a function of x
525 Solvers
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!
Please, fix the problem description. It is actually requesting the index of empty cells.