MATLAB: How to do division on matrices

divisionmatrix

[a b; c d]*[x;y]=[k;l]
How can i calculate x and y if I know a,b,c,d and k,l ?
Related Question