Why does adding a space give vertcat error?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ashish Uniyal
el 10 de Oct. de 2021
Although this works as expected
[1;1+1]
Inserting a space gives vertcat error for some reason
[1;1 +1]
Why does this occur?
0 comentarios
Respuesta aceptada
G A
el 10 de Oct. de 2021
with a space, [1;1 +1] is interpreted as [1;1, +1]. [1;(1 +1)] will be OK.
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!