Converting array to column matrix
조회 수: 5 (최근 30일)
이전 댓글 표시
채택된 답변
Arif Hoq
2022년 3월 8일
편집: Arif Hoq
2022년 3월 8일
use colon(:). each variable will be forced to be a column vector
col_vector=Eflevel(:)
if you want extract first 50 data(50*1), then
output=col_vector(1:50,1)
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
