Finding the zeros for a state space model is easy. Just convert the SS to TF and then find the roots of numerators from the transfer function.
But it's can be done this way too:
$$C\operatorname{adj}(sI-A)B +D\det(sI-A) = 0$$
My question is if there is an algorithm to solve this in MATLAB? I Know that there is a MATLAB command named zero and tzero. But I don't want to use that.
Here is the answer
Done.