How to define a single row in a vector
이전 댓글 표시
I have a vector with 11 rows and i want to extract row nr 6, i cant figure out how, and btw i'm new to the software.
채택된 답변
추가 답변 (1개)
CS Researcher
2016년 5월 6일
Let say the vector is a
a = 1:11
b = a(6)
카테고리
도움말 센터 및 File Exchange에서 Data Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!