What does the symbol ";" mean in the statement "p1 = [x; y]"?
显示 更早的评论
What does the symbol ";" mean in the following statement?
p1 = [x; y];
采纳的回答
更多回答(1 个)
k.v.swamy
2012-2-15
0 个投票
hi, p1 = [x; y]; means u r combining the vectors x and y in to a single vector p1.
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!