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

isascalar(var)
function state = isascalar(var)

if isequal(size(var),[1 1])
   state = 1;
else
   state = 0;
end

Contact us at files@mathworks.com