detrendNaN3

Detrends a matrix ignoring potential NaNs into the third dimension using linear least squares

이 제출물을 팔로우합니다

Given a three-dimensional matrix the function detrends every row/column element along the third dimension. If NaN values exist those will be ignored while the remaining non-nan values in the same row/column pair will still get detrended. An optional argument allows to specify the time of each slice. For an example use and origin, see https://stackoverflow.com/questions/45001976/ignore-nan-when-detrending-3-d-array

인용 양식

leander moes (2026). detrendNaN3 (https://kr.mathworks.com/matlabcentral/fileexchange/63749-detrendnan3), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: detrend3

카테고리

Help CenterMATLAB Answers에서 Data Preprocessing에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

title fix

typo