The stable marriage problem is a fun problem easily solved in for example Java. But here I try to solve it in Matlab, just to see if I could. One problem was that I needed some sort of stack, so I ...