No BSD License  

Highlights from
Place one 2D matrix inside another

5.0

5.0 | 1 rating Rate this file 9 Downloads (last 30 days) File Size: 1.08 KB File ID: #19989
image thumbnail

Place one 2D matrix inside another

by Rob Slazas

 

21 May 2008 (Updated 21 May 2008)

Places a 2D matrix B into a larger 2D matrix A

| Watch this File

File Information
Description

Function that places a 2D matrix B into a larger 2D matrix A. The upper-left corner of B is placed at coordinates (r,c) in A. If (r,c) are not given, then B is put in the upper-left corner of A, a default of (1,1). Some error checking is done first to make sure that A and B are 2D matrices, A is big enough to contain B, and the given (r,c) will not spill B outside of A.

The screenshot results from calling:
putBinA(magic(8),zeros(3),2,4);

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
INSERTROWS (v2.0, may 2008)

MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
27 May 2008 Khai Le

Great!

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
matrices Rob Slazas 22 Oct 2008 10:02:28
place put 2d matrix inside another putbina Rob Slazas 22 Oct 2008 10:02:28
matrices Octavio 27 Jul 2010 07:16:09

Contact us at files@mathworks.com