To store many double arrays in a double array
Show older comments
Dear all, Could you please help me how to store many double arrays in a single array? I have many double arrays with dimensions 1x512 .I want to store these array in a single array.How can I do it,please? Thanks all.
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 20 Apr 2016
Edited: Azzi Abdelmalek
on 20 Apr 2016
a=[1 2 3]
b=[4 5 6]
c=[a b]
5 Comments
Khaing Zin Htwe
on 20 Apr 2016
Khaing Zin Htwe
on 20 Apr 2016
Khaing Zin Htwe
on 21 Apr 2016
Azzi Abdelmalek
on 21 Apr 2016
You said it worked!
Khaing Zin Htwe
on 22 Apr 2016
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!