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!