matrix subplot extraction help
이전 댓글 표시
Given variable M that is a matrix of size 8x8, assign to variable sub the contents of the first 3 rows & last 4 columns in M
cant seem to get this write, I know im close please help
답변 (1개)
Walter Roberson
2015년 6월 5일
0 개 추천
hint: thing about what x(end-5), x(end-4), ... x(end) gives you
카테고리
도움말 센터 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!