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일

1 개 추천

if isempty(available_channels)
% Variable is null

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by