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 Center および File ExchangeElementary Math についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by