It is a coding standard problem. You did not return the results of thebuilt in function, the the reviewer and maintenance people can not determine correct behaviour at a glance. Try doint it in two steps, the ss2tf returns b before a.
[b,a] = ss2tf(A,B,C,D,iu)
jsolar