Error using == Matrix dimensions must agree.
Afficher commentaires plus anciens
Hi, I want a solution to this problem. Someone can help me?
Error in operations (line 5)
elseif c == 'multi'
Réponse acceptée
Plus de réponses (1)
Pronoy Das
le 25 Fév 2021
Modifié(e) : Pronoy Das
le 25 Fév 2021
2 votes
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"
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!