이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Calculates resultant matrix when the OPERATOR is applied to all combinations of the elements of vector A and the elements of vector B e.g. the outer product of A and B is outerop(A,B,'*'), the outer sum of A and B is outerop(A,B,'+')
If OPERATOR is omitted '+' is assumed
This function is equivalent to the APL language's circle.dot operation. e.g. in APL Ao.*B is the outer product of A and B % and Ao.+B is the outer sum.
Ideally, it would work on matrices but in practice
I've only ever needed to use it with vectors.
인용 양식
Murphy O'Brien (2026). Outer Operation (https://kr.mathworks.com/matlabcentral/fileexchange/8370-outer-operation), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | Removed comaptibility with pre R14 releases becuase TMW have changed the way they reort version numbers. Made + the default operation. |
