Too many input arguments ERROR

2 Ansichten (letzte 30 Tage)
siddhesh rane
siddhesh rane am 15 Jul. 2013
>>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

Akzeptierte Antwort

Matt J
Matt J am 15 Jul. 2013
Perhaps you meant this instead
if(Q(1,f){S,4} == Q(1,f){S,3})
  5 Kommentare
siddhesh rane
siddhesh rane am 15 Jul. 2013
thanks for the help. May be problem is with other part of code.
Matt J
Matt J am 15 Jul. 2013
Bearbeitet: Matt J am 15 Jul. 2013
Hurray!! You pushed me over the 3000 rep points threshold. Thanks.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by