Error using == Matrix dimensions must agree.
Mostrar comentarios más antiguos
Hi, I want a solution to this problem. Someone can help me?
Error in operations (line 5)
elseif c == 'multi'
Respuesta aceptada
Más respuestas (1)
Pronoy Das
el 25 de Feb. de 2021
Editada: Pronoy Das
el 25 de Feb. de 2021
2 votos
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"
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!