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!