function to calculate rows with non-missing data
Mostrar comentarios más antiguos
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!
Respuestas (1)
dpb
el 7 de Nov. de 2020
0 votos
Don't need to write any functions -- use ismissing and friends with, perhaps sum and maybe all, any could be of interest as well.
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!