Code covered by the BSD License  

Highlights from
ARMASA

from ARMASA by Piet M T Broersen
Automatic program to estimate the power spectral density with only statistically significant details

isavector(var)
function state = isavector(var)

state = ndims(var) == 2 & ~(size(var,1)>1 & size(var,2)>1);

Contact us at files@mathworks.com