How do I reference a previous cell in a table?
Mostrar comentarios más antiguos
I have loaded an excel file into matlab and some of the cells are empty in the rows. How do I make the empty cells equal in value to cell prior to it without messing up the rest of my table?
Respuestas (1)
Walter Roberson
el 27 de Nov. de 2020
fillmissing(YourTable, 'previous')
Categorías
Más información sobre Tables 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!