findmat

버전 1.0.0.0 (1.48 KB) 작성자: Justin Griffiths
Find a matrix in a larger matrix
다운로드 수: 1.4K
업데이트 날짜: 2006/8/17

라이선스 없음

Find a pattern matrix within a larger matrix. Supports anything that can be converted to a double using double().

Example:
a = [1 2 3;4 2 6;4 3 9];
b = [2 3];
findmat(a,b)
findmat(a,b')

인용 양식

Justin Griffiths (2024). findmat (https://www.mathworks.com/matlabcentral/fileexchange/11990-findmat), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP3
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0