43.0k views
4 votes
C) write the matlab code to create a 2x2 matrix containing the elements [1,2,3,4] (the order of the numbers do not matter).

1 Answer

5 votes

let the matrix is A

A=[1 2;3 4]

User Talita
by
6.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.