NANFILLTS Fill NaNs in the time series with the previous valid observation
  NANFILLTS(TSPANEL) TSPANEL should be a numeric matrix (or a vector) 
                     where each series is a column with the oldest 
                     observations in the first row (element) and the 
                     most recent ones in the last row (element).
  NANFILLTS(..., NOTRAIL) To avoid extrapolation of the last value of a 
                          time series till the end of the panel, set 
                          NOTRAIL to true (1). By default is false (0).
TSPANEL = NANFILLTS(...) Returns the same matrix with filled NaNs.
NOTE: leading NaNs are left untouched.
인용 양식
Oleg Komarov (2025). nanfillts (https://github.com/okomarov/nanfillts), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Language Fundamentals > Data Types > Numeric Types > NaNs >
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |  | 
