이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
I find this function useful for getting a quick idea about the range of values in a large multidimensional variable.
stat(variable) prints the following properties of a variable in the command window:
size: size of variable.
numel: number of elements in variable.
NaNs: number of not-a-number values in variable.
maximum: maximum value in variable across all dimensions.
minimum: minimum value in variable across all dimensions.
mean: mean value of variable across all dimensions.
median: median value of variable across all dimensions.
mode: most frequent value in variable across all dimensions.
std dev: standard deviation of variable across all dimensions.
variance: variance of variable across all dimensions.
인용 양식
Chad Greene (2026). stat (https://kr.mathworks.com/matlabcentral/fileexchange/48323-stat), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
