Community Profile

photo

Rain


Queen's University

2013 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to replace the elements of a matrix using the conditions if,else?
Hi, Actually, there is a very simple way to do it: X=rand(10,10); X(X>0.5) = [-1]; Hope it is helpful.

10年以上 前 | 22