question on cell array
1 view (last 30 days)
Show older comments
I have the following cell arrays:
K{1} = [0,1,2,4]
K{2} = [3,6,7]
K{3} = [0,3,7]
I want to check if my cell array has a zero and get rid of that zero. My cell array is sorted so if there is a zero, it will be in the first indice. please help.
0 Comments
Accepted Answer
More Answers (1)
See Also
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!