photo

Alex Khazaradze


Georgian American University

2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


How to perform an array multiplication for a vector and a matrix and output results as a matrix?
Here is the problems and solution which seems very bad. Could anyone suggest a better solution? M = [1 2 3]; C = [10 11 12...

대략 11년 전 | 답변 수: 3 | 0

3

답변

질문


How to perform a matrix multiplication for row vectors and output results as a matrix?
Below is a problem and its ugly solution. Any thoughts for an elegant solution? M = [1 2 3; 4 5 6; 7 8 9]; C = [10 11 12; ...

대략 11년 전 | 답변 수: 2 | 0

2

답변