What does the symbol ";" mean in the statement "p1 = [x; y]"?
Mostra commenti meno recenti
What does the symbol ";" mean in the following statement?
p1 = [x; y];
Risposta accettata
Più risposte (1)
k.v.swamy
il 15 Feb 2012
0 voti
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!