Azzera filtri
Azzera filtri

Too many input arguments ERROR

1 visualizzazione (ultimi 30 giorni)
siddhesh rane
siddhesh rane il 15 Lug 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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Scope Variables and Generate Names in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by