What does the symbol ";" mean in the statement "p1 = [x; y]"?
Show older comments
What does the symbol ";" mean in the following statement?
p1 = [x; y];
Accepted Answer
More Answers (1)
k.v.swamy
on 15 Feb 2012
0 votes
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!