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

Kutay Furkan AKALIN
Kutay Furkan AKALIN 2021년 11월 5일
i tried zeros command and defined a function for summation but i already used 3 commands for do this. I am trying to do this with multiplication and summation but again i am using 3 commands. I think i cant do that with multiplication etc.
Check if this works.
E=zeros(5,5);
E(3:5,3:5)=[1,2,3;4,5,6;7,8,9]
E = 5×5
0 0 0 0 0 0 0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 7 8 9
Kutay Furkan AKALIN
Kutay Furkan AKALIN 2021년 11월 5일
Thank you so much @Sudharsana Iyengar
Kutay Furkan AKALIN
Kutay Furkan AKALIN 2021년 11월 5일
No i dont know these people.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sudharsana Iyengar
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에 대해 자세히 알아보기

제품

릴리스

R2021b

태그

질문:

2021년 11월 5일

댓글:

2021년 11월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by