photo

Sudhanshu Rasal


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Given a matrix "A", how to create a row vector of 1s that has the same number of elements as "A" has rows?
Simple way to do this question is X=[1 1 1 1] Y=[1;1;1;1;1] result=X*A*Y ????????

4年以上 前 | 4