이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Given a vector or matix MATRIX, counts the number of times that the scalar X satisfy the (string) condition COND. The result is returned in the variable RES. the COND operators allowed are: ==, >=, <=, <, >, !=. The function is faster than SUM(MATRIX'COND'X) or LENGTH(FIND(MATRIX'COND'X)). A test script is provided to show the performances.
인용 양식
Stefano Gianoli (2026). mcount (mex) (https://kr.mathworks.com/matlabcentral/fileexchange/5194-mcount-mex), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 2.1.2.0 | small bug fix |
||
| 2.1.1.0 | Name changed to mcount as another function named count exist in MTREE/count. |
||
| 2.1.0.0 | added a test script |
||
| 2.0.0.0 | Can handle NaNs.
|
||
| 1.0.0.0 |
