I have two arrays of the same length in IDL. I want to combine the two arrays pairwise so that I can then print the two arrays as columns to file. Is this possible?
Interactive Data Language - Array manipulation
200 views Asked by stars83clouds At
1
You can combine two arrays (with same length n) like this :
so that
combined
is n x 2.Although you can write your data without creating a third array: