Each cell in the cell array contains a matrix, e.g.,
Suppose the cell array is
[8x1] cell
Inside which their are some matrix like
[6x2] double
[7x2] double
[6x2] double
[7x2] double
[6x2] double
[7x2] double
[6x2] double
[7x2] double
Now in each matrix their is a NAN value at the end. How to remove the NAN from each of the cell inside the cell array.
1 Comment
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/327053-how-to-remove-nan-from-a-cell-inside-a-cell-array#comment_432249
Direct link to this comment
https://ch.mathworks.com/matlabcentral/answers/327053-how-to-remove-nan-from-a-cell-inside-a-cell-array#comment_432249
Sign in to comment.