This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Best way to move data from expression window to Excel or text file for analysis.

Guru 20045 points

Hello,

My code has several large arrays (5 of them each of size 500) and I am copying the arrays from the expression window to excel for analysis.

Each array is broken up into groups of 99 elements, so for 5 arrays I have to expand 25 groups and then copy all groups at once to an excel spreadsheet. After copying them to excel, I have to format them so each of the array's value is shown in a separate column.

The copying and formating process is rather laborous.

Is there an easier way?

Thanks,
Stephen