function [text] = analyze(A) if isitstable(A) > 0 text = 'The system is stable'; else text = 'The system is unstable'; end