MATLAB: Comparison with an empty matrix

empty matrix

Hi, I want to compare matrix with an empty matrix but it gives me an error of "Not enough input arguments."
if available_channels == []
Any help guys…………Thank you

Best Answer

if isempty(available_channels)
% Variable is null