function y = strempty(s) if isempty(s) y = true; else y = strlength(s) == 0; end end
Published with MATLAB® R2025a