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).

Respuesta :

5naka

let the matrix is A

A=[1 2;3 4]