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!