Skip to content
Snippets Groups Projects
isempty.m 209 B
Newer Older
jacques.grelet_ird.fr's avatar
jacques.grelet_ird.fr committed
function bool = isempty(hash)
%ISEMPTY Check to see if the hash is empty
%   bool = isempty(hash)

% Copyright (c) 2004 Matthew Krauski (mkrauski@uci.edu), CNLM, UC Irvine

bool = isempty(hash.keys);