mix several .mat files into one

Hello, I have 10 mat files a1 to a10 like (a1=[1 2 3], a2=[4 5 6], a3=[7 8 9]...a10=[28 29 30]), I like to just combine all in one mat file like this: total=[1 2 3 4 5 .....30]. can anybody help me please?

2 Comments

Just read them all in, create 'total' and write the new mat file out. Obviously it would have been easier if you hadn't created so many independent numbered variables in the first place!
looks nice, can you please give me an example how can i do that?

Sign in to comment.

Answers (0)

Asked:

on 10 Mar 2017

Commented:

on 11 Mar 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!