Too many input arguments ERROR

1 次查看(过去 30 天)
>>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

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scope Variables and Generate Names 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by