Examples: [n,d] = numden(sym(4/5)) returns n = 4 and d = 5. [n,d] = numden(x/y + y/x) returns n = x^2+y^2 , d = y*x就是做通分的然后得到分子分母
提取分子与分母