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!