CreateBorder

버전 1.0.0.0 (980 Bytes) 작성자: AA
To create a custom border around input data. (Useful for image/data padding)
다운로드 수: 32
업데이트 2016/10/1

라이선스 보기

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);

인용 양식

AA (2026). CreateBorder (https://kr.mathworks.com/matlabcentral/fileexchange/59371-createborder), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Region and Image Properties에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0

.