Error using == Matrix dimensions must agree.
显示 更早的评论
Hi, I want a solution to this problem. Someone can help me?
Error in operations (line 5)
elseif c == 'multi'
采纳的回答
更多回答(1 个)
Pronoy Das
2021-2-25
编辑:Pronoy Das
2021-2-25
2 个投票
I came across a similar problem. Simply replace the single quotation marks with the double quotation marks, i.e. replace the line in your code with
c == "multi"
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!