Error using == Matrix dimensions must agree.
Ältere Kommentare anzeigen
Hi, I want a solution to this problem. Someone can help me?
Error in operations (line 5)
elseif c == 'multi'
Akzeptierte Antwort
Weitere Antworten (1)
Pronoy Das
am 25 Feb. 2021
Bearbeitet: Pronoy Das
am 25 Feb. 2021
2 Stimmen
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"
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!