chibole
Active since 2016
Followers: 0 Following: 0
Professional Interests: Signal Processing
Statistics
All
RANK
3 861
of 295 569
REPUTATION
14
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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
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
ungefär 8 år ago | 3
| accepted