How do I reference a previous cell in a table?
이전 댓글 표시
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?
답변 (1개)
Walter Roberson
2020년 11월 27일
fillmissing(YourTable, 'previous')
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!