Error using == Matrix dimensions must agree.
Mostra commenti meno recenti
Hi, I want a solution to this problem. Someone can help me?
Error in operations (line 5)
elseif c == 'multi'
Risposta accettata
Più risposte (1)
Pronoy Das
il 25 Feb 2021
Modificato: Pronoy Das
il 25 Feb 2021
2 voti
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"
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!