Too many input arguments ERROR

1 visualización (últimos 30 días)
siddhesh rane
siddhesh rane el 15 de Jul. de 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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by