how concatenate arraycell in this strange way
1 回表示 (過去 30 日間)
古いコメントを表示
c = {1 4}
d = {3 6}
it's possibile to do it?
{1 3} {4 6}
1 件のコメント
Dyuman Joshi
2023 年 9 月 3 日
What exactly is supposed to be the output you want?
The above mentioned expression is not clear -
{1 3} {4 6}
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!