You can save your data as .mat files using the save or saveas command. E.g. If your array has the name 'MyArray' you can save it to the current folder with
save('MyArray.mat','MyArray')
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!