[S,L] = bounds(A,vecdim)은 벡터 vecdim에 지정된 차원을 기준으로 최솟값과 최댓값을 계산합니다. 예를 들어, A가 행렬인 경우 bounds(A,[1 2])는 차원 1과 2로 정의된 배열 슬라이스에 행렬의 모든 요소가 포함되어 있으므로 A의 모든 요소 중 최솟값과 최댓값을 반환합니다.
[S,L] =
bounds(___,nanflag)는 최소 요소와 최대 요소를 구할 때 NaN 값을 포함할지 아니면 생략할지를 지정합니다. bounds(A,'omitnan')은 NaN 값을 무시합니다. A의 요소가 NaN이면 bounds(A,'includenan')은 S와 L 둘 다에 NaN을 반환합니다. 디폴트 동작은 'omitnan'입니다.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.