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!
