Code covered by the BSD License
function answer = isfrontal (in) answer = isa(in, 'frontal'); end %!test %! myassert(isfrontal(frontal([]))) %! myassert(~isfrontal([]))
Contact us