Beginner Question 5x5 Matrix
Afficher commentaires plus anciens
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 commentaires
Stephen23
le 5 Nov 2021
@Kutay Furkan AKALIN: what have you tried so far?
Kutay Furkan AKALIN
le 5 Nov 2021
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
le 5 Nov 2021
Steven Lord
le 5 Nov 2021
Are you, ozan buyukmetin, and/or cikalekli in the same class?
Kutay Furkan AKALIN
le 5 Nov 2021
Réponses (1)
Sudharsana Iyengar
le 5 Nov 2021
0 votes
@Kutay Furkan AKALIN consider accepting answer so that it is closed.
@Steven Lord that is an amazing discovery.
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!