What does the symbol ";" mean in the statement "p1 = [x; y]"?
Afficher commentaires plus anciens
What does the symbol ";" mean in the following statement?
p1 = [x; y];
Réponse acceptée
Plus de réponses (1)
k.v.swamy
le 15 Fév 2012
0 votes
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!