Is there a more convenient method for finding settling time in MATLAB other than the find() function?

Shreesh P. Mysore, 14 Oct 02

Nothing built in, as far as I know. One could write up robust functions to do this (using find() or a variant).