Constucting an array in column form
조회 수: 5 (최근 30일)
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Mischa Kim
2014년 1월 25일
편집: Mischa Kim
2014년 1월 25일
Use
c = linspace(17, 289, 19)
This results in 19 data points, including the two end points, 17 and 289. To switch between row and column vector simply use the "prime"
c'
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!