Too many input arguments ERROR

1 回表示 (過去 30 日間)
siddhesh rane
siddhesh rane 2013 年 7 月 15 日
>>Error using == Too many input arguments.
Error in readSTLexp5 (line 356)
if(Q{1,f}{S,4} == Q{1,f}{S,3})
I m getting above error while comparing two elements of cell. Can anyone explain??
Thanks in advance

採用された回答

Matt J
Matt J 2013 年 7 月 15 日
Perhaps you meant this instead
if(Q(1,f){S,4} == Q(1,f){S,3})
  5 件のコメント
siddhesh rane
siddhesh rane 2013 年 7 月 15 日
thanks for the help. May be problem is with other part of code.
Matt J
Matt J 2013 年 7 月 15 日
編集済み: Matt J 2013 年 7 月 15 日
Hurray!! You pushed me over the 3000 rep points threshold. Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by