You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
It can be used to put an array inside another array at an arbitrary location. It is sensitive to edges and correctly crops as needed.
Example:
A = zeros(10);
B = rand(5);
ij = [7,7];
I = insertImage(A, B, ij);
figure,
imagesc(I)
axis equal tight
Cite As
Germán (2026). insertImage(Ib, Is, ij) (https://uk.mathworks.com/matlabcentral/fileexchange/54176-insertimage-ib-is-ij), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.28 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Docs |
