photo

chibole


2016 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Signal Processing

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Put a small matrix in a bigger one.
function A = MatrixReplace(A,B) [p,q] = size(B); A(end-p+1:end, end-q+1:end) = B; end

8年弱 前 | 3

| 採用済み