put a mall matrix in a big matrix

2 次查看(过去 30 天)
Helll everybody,
A = zeros(672,34953);
I want to put a quadratic matrix (672,672) B, beginning at this spot (1,5377)
anybody has any idea how can i implement it quickly and efficiently ?
Thanks

采纳的回答

Jan
Jan 2013-10-24
A( 1: 1 + size(B,1)-1, 5377 : 5377 + size(B, 2) - 1 ) = B;
  6 个评论
Michael
Michael 2013-10-24
so 2 lines for 2 matrices ?
John D'Errico
John D'Errico 2013-10-24
Why is that a problem? If you really have something specific you are trying to solve, then ask a direct question.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Exponents and Logarithms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by