Mat6yube

x = 5 % Assigns the value 5 to variable x y = [1, 2, 3] % Creates a row vector z = [1; 2; 3] % Creates a column vector (semicolon means new row)

mat6yube