photo

Yuting Mou


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Replace NaN's in table with zero
I also run across the problem, but there seems to be an easier way: x.age(isnan(x.age)) = 0; This is OK in my case

8年弱 前 | 8