Too many input arguments ERROR
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
>>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
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!