Comparison with an empty matrix

조회 수: 3 (최근 30일)
Aftab Ahmed Khan
Aftab Ahmed Khan 2014년 7월 4일
답변: Image Analyst 2014년 7월 4일
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

채택된 답변

Image Analyst
Image Analyst 2014년 7월 4일
if isempty(available_channels)
% Variable is null

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by