I am working with Visual Studio 2005 and have a 2D array (say my2Dvar) that I would like to see values ββat runtime. I want to export these values ββto Matlab. I tried to display the values ββusing ?my2DVar in the direct window. But the values ββare not displayed correctly (array elements are displayed as {...}). I can hover over a variable and expand the characters with a small sign that appear to be looking at individual records, but the array is too large for me to do this for all records.
Question: Is there a way to export the values ββof a 2D array to a file from which it can be easily read by other platforms? I would appreciate any help. Thank you for your time.
source share