Question: Create a 3x3 matrix A in which all the elements are 1, and create a 3x2 matrix B in which all the elements are 5.

Create a 3x3 matrix A in which all the elements are 1, and create a 3x2 matrix B in which all the elements are 5. Then, add elements to the matrix A by appending the matrix B such that A will become: A= [ 1,1,1,0,0 ; 1,1,1,0,0 ; 1,1,1,0,0 ; 0,0,0,5,5 ; 0,0,0,5,5 ; 0,0,0,5,5 ]

Hint: (1) Use ones function. (2) matlab automatically fills the non-referenced elements with zeros, so when adding elements the array becomes rectangular. Non rectangular arrays are not allowed.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!