function to calculate rows with non-missing data
显示 更早的评论
I have an excel file with many missing data. How can i write a function to calculate the number of rows with no-missing data for each column.
Filename and column number will be the input variables.
Thank you!
回答(1 个)
dpb
2020-11-7
0 个投票
Don't need to write any functions -- use ismissing and friends with, perhaps sum and maybe all, any could be of interest as well.
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!