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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by