What does the symbol ";" mean in the statement "p1 = [x; y]"?
Ältere Kommentare anzeigen
What does the symbol ";" mean in the following statement?
p1 = [x; y];
Akzeptierte Antwort
Weitere Antworten (1)
k.v.swamy
am 15 Feb. 2012
0 Stimmen
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!