photo

Sudhanshu Rasal


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 4