find_matrix_dimensi​ons

버전 1.0.1 (1.25 KB) 작성자: Dimani4
Finding matrix buried in matrix with zeros
다운로드 수: 1
업데이트 날짜: 2021/6/24

라이선스 보기

Find a matrix which is buried inside the matrix with zeros. For example
000000
010101
000000
010101
000000
000000
010101
answer:
1 1 1
1 1 1
1 1 1
rows=3
columns=3
It works with every numbers not just with 1's.

인용 양식

Dimani4 (2024). find_matrix_dimensions (https://www.mathworks.com/matlabcentral/fileexchange/94760-find_matrix_dimensions), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

change in description (program works not only with 1's but with every number).

1.0.0