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!