replace "inf " with a value
14 ビュー (過去 30 日間)
古いコメントを表示
hi all. i have a 8192*300 matrix. some of its elements are "inf". i want to replace these values with average of cells before and after them. could you give me an advice? thank you very much
3 件のコメント
per isakson
2015 年 2 月 14 日
編集済み: per isakson
2015 年 2 月 14 日
Replace inf by nan and use inpaint_nans by John D'Errico or Inpaint over missing data in 1-D, 2-D, 3-D,... N-D arrays by Damien Garcia
回答 (1 件)
Stephen23
2015 年 2 月 14 日
編集済み: Stephen23
2015 年 2 月 14 日
Use TriScatteredInterp or scatteredInterpolant (newer MATLAB versions). You can pass these vectors of your data points excluding the Inf values, and then they will interpolate new points at the grid locations that you specify.
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!