[Neuroimaging] Using Python libs from MATLAB
Samuel St-Jean
stjeansam at gmail.com
Mon Jun 13 13:58:18 EDT 2016
Indeed it is for octave, but since it strives ot have matlab
compatibility, I just wanted to mention that if they did not got around
doing it yet (it has been 10 years after all), might be useful to put on
the scipy io wishlist for the python -> matlab bridge and ficuse on
other issues (like the segfaults).
In any case, I also tried the scipy one, whihc unfortunately were not
working, then went to octave, to find out it is still an issue in what I
guess is all projects doing matlab compatibility (else I would have
exected them to just use whichever solution the first one came up with,
but anyway).
Still if you need help testing stuff out down the road I don't mind,
would be helpful rather than calling execute stuff from matlab command line.
Le 2016-06-13 à 19:51, Matthew Brett a écrit :
> Hi,
>
> On Mon, Jun 13, 2016 at 10:43 AM, Samuel St-Jean <stjeansam at gmail.com> wrote:
>> Regarding loading mat files, I was exactly doing that today, and it turns
>> out anything that is matlab >= 2006b is using a file format without any
>> converter currently existing.
>>
>> There are bug reports about that, but it still is a work in progress since a
>> long time ago, so maybe not waiting on that for now is better to get stuff
>> rolling.
>>
>> See https://savannah.gnu.org/bugs/?45706 and while looking for it I alos
>> found this
>> http://octave.1599824.n4.nabble.com/Support-for-Matlab-s-7-3-file-format-td4676198.html
> Those are for Octave I believe. No, there's no support for the HDF5
> matlab 7.3 file format in scipy, because scipy doesn't have a library
> for reading hdf5. I don't think there's any plan to add that support
> soon, but it would be good to have, with an optional dependency on
> h5py.
>
> Cheers,
>
> Matthew
> _______________________________________________
> Neuroimaging mailing list
> Neuroimaging at python.org
> https://mail.python.org/mailman/listinfo/neuroimaging
More information about the Neuroimaging
mailing list