- #1
- 9
- 0
Hello!
I'm working in a programm which has a 3D array with a DIMENSION(16,221,900). When I use the debugger option and I print out the value of the matrix I don't know how to read the info.
I already know Fortran uses column-major order, storing the columns in sequence.
My doubt is: How could I pass this temporary value of the array to Matlab?
I'm working in a programm which has a 3D array with a DIMENSION(16,221,900). When I use the debugger option and I print out the value of the matrix I don't know how to read the info.
I already know Fortran uses column-major order, storing the columns in sequence.
My doubt is: How could I pass this temporary value of the array to Matlab?