How can I merge two rows into one
10 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
Newbie question here. Let's say I have 6 variables (A-F) and values in 2 rows like this:
A B C D E F
1 2 3
4 5 6
Now I would simply like to merge them into one, like this:
A B C D E F
1 2 3 4 5 6
How would I do that? Thanks
2 件のコメント
Guillaume
2016 年 5 月 10 日
Please use valid matlab syntax for your examples rather than abstract code that does not mean anything.
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で NaNs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!