Top "Mat-file" questions

MAT-file is a binary file format, that can stores multiple MATLAB variables.

MATLAB: Differences between .mat versions

The official documentation states the following: . But I have noticed that there are other important differences besides those stated in …

matlab hdf5 mat-file
How to transfer Nifti file into .mat Matlab file?

I have a Nifti file, the size of which is 62*62*38. How can I transfer the Nifti file to .mat Matlab …

matlab file-conversion mat-file nifti
Turn the dictionary keys into variable names with same values in Python from .mat Matlab files using scipy.io.loadmat

I am trying to take a basic dictionary temp = {'key':array([1,2])} loaded from a .mat file with scipy.io.loadmat. …

python matlab numpy scipy mat-file
Reading Variable from .mat file in C++

I am making a program in which, I am doing some processing in matlab then save the result in .mat …

c++ matlab visual-studio-2010 mat-file
How to access fields in a struct imported from a .mat file using loadmat in Python?

Following this question which asks (and answers) how to read .mat files that were created in Matlab using Scipy, I …

python matlab file-io scipy mat-file
Matlab API reading .mat file from c++, using STL container

I have to read some .mat data files from c++, I read through the documentation, but I would like to …

c++ matlab stdvector mex mat-file
How do I view a .mat file in either MATLAB or the Unix shell?

I just want to view the contents of the file. It's in a directory, which I have access to. Is …

matlab unix mat-file
How can I load large files (~150MB) in MATLAB?

I have a large MATLAB file (150MB) in matrix form (i.e. 4070x4070). I need to work on this file …

matlab memory file-io mat-file
Error using load command to open .mat file in Matlab

Here's a part of my code where I am entering a name of the .mat file, which is located in …

matlab file-io mat-file matlab-load
R: Help reading a particular .mat file into R

So I've been trying to read this particular .mat file into R. I don't know too much about matlab, but …

r matlab mat-file matlab-load