What does the symbol ";" mean in the statement "p1 = [x; y]"?
Mostrar comentarios más antiguos
What does the symbol ";" mean in the following statement?
p1 = [x; y];
Respuesta aceptada
Más respuestas (1)
k.v.swamy
el 15 de Feb. de 2012
0 votos
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
Categorías
Más información sobre Creating and Concatenating Matrices 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!