CreateBorder

Versión 1.0.0.0 (980 Bytes) por AA
To create a custom border around input data. (Useful for image/data padding)
30 descargas
Actualizado 1 oct 2016

Ver licencia

To create a custom border around input data.
... Function - CreateBorder(data_in, H_border, W_border, border_val)
... Creates a border defined by border size around data_in of value = border_val
... For eg -
... >> a = magic(4);
... >> % To create a [2x4] border of 0s around 'a'
... >> a = CreateBorder(a, 2, 4, 0);

Citar como

AA (2024). CreateBorder (https://www.mathworks.com/matlabcentral/fileexchange/59371-createborder), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

.