Beginner Question 5x5 Matrix
이전 댓글 표시
I am a beginner user for Matlab. I am working on easy problems right know but i'm in stuck one of them.
Question- Create the following matrix by typing two commands.

댓글 수: 6
Stephen23
2021년 11월 5일
@Kutay Furkan AKALIN: what have you tried so far?
Kutay Furkan AKALIN
2021년 11월 5일
Check if this works.
E=zeros(5,5);
E(3:5,3:5)=[1,2,3;4,5,6;7,8,9]
Kutay Furkan AKALIN
2021년 11월 5일
Steven Lord
2021년 11월 5일
Are you, ozan buyukmetin, and/or cikalekli in the same class?
Kutay Furkan AKALIN
2021년 11월 5일
답변 (1개)
Sudharsana Iyengar
2021년 11월 5일
0 개 추천
@Kutay Furkan AKALIN consider accepting answer so that it is closed.
@Steven Lord that is an amazing discovery.
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!