How to import a 3D array from Octave to Matlab.

1 view (last 30 days)
Hey guys,
I got a question. I was running my matlab code which creates a 3D array of complex numbers in Octave. (Using Matlab was not possible for me because the code needed some what like 5 days of calculating, to obtain the array in a satisfying quality. And I needed my PC for other work.) I saved the array as an ascii file. Now I'm trying to use this data in matlab again, but I do not know how to import the data. The import wizard works fine for 2D arrays but not for 3D. Can anybody help me with this problem?
Thank you Dustin
  1 Comment
Walter Roberson
Walter Roberson on 29 Nov 2013
What were the array dimensions in Octave?
In the text file, how many columns show up, and how many rows?

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!