이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Remove columns and rows that are empty or that contain only NaN's in the input arrays, in the beginning, in the end, in both extremities or in the entire array
USAGE
[out1,out2,...] = trim_array(action,array1,array2,...)
output = trim_array(action,array1,array2,...)
INPUT
- ACTION: 'beginning', 'end', 'edges', or 'all'
- 'beginning': remove only the first rows and columns
- 'end': remove only the last rows and columns
- 'edges': remove the both the first and last rows and columns
- 'all': remove all rows and columns with NaN or empty elements
- ARRAY : cell or numeric array
OUTPUT
- OUTPUT: If N input arrays are given, with N outputs, each output is the corresponding trimmed array. If one output is given, it is a cell array containing the trimmed arrays in each element.
인용 양식
Guilherme Coco Beltramini (2026). Trim array (https://kr.mathworks.com/matlabcentral/fileexchange/42056-trim-array), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
