Effacer les filtres
Effacer les filtres

Too many input arguments ERROR

1 vue (au cours des 30 derniers jours)
siddhesh rane
siddhesh rane le 15 Juil 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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Scope Variables and Generate Names dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by