MATLAB: Is it possible to find the difference between two impulse response

impulse

I have two transfer functions and i found the impulse response using impulse (sys) for each one
Is there a way I can calculate the difference or error between them?

Best Answer

d=impulse(h1-h2)