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!