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!