Effacer les filtres
Effacer les filtres

Cannot Import Data into MATLAB 2010a

1 vue (au cours des 30 derniers jours)
Berk Ustun
Berk Ustun le 9 Août 2011
I am having trouble importing a large set of data from a .mat file into MATLAB 2010a on Mac OSX 10.6. The data was originally saved on MATLAB 2011a running on Linux. In order to accommodate the larger size, I saved the file using the '-v7.3'.
Using the Import Data button in the workspace manages to open the file and shows a summary of the variables, but the buttons within the Import Wizard are greyed out so I cannot actually import any of the variables (here is a picture of the Wizard http://i.imgur.com/ZKyNz.png). Unfortunately, the same issue occurs when I use the uiimport function instead of the import data button.
Does anyone know what is happening? And what I can do to fix it? I suspect that the error might have to do with the fact that the data is around 1.7GB.

Réponse acceptée

Oleg Komarov
Oleg Komarov le 9 Août 2011
Why not just
load PaperResults.mat

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by