Borrar filtros
Borrar filtros

R2009b 64bit and numpy

1 visualización (últimos 30 días)
Joe
Joe el 24 de Jun. de 2014
Respondida: Michelle Hirsch el 7 de Jul. de 2014
Hi everyone,
I've been working on a simulation project and need to part of my Matlab code to python, which I have been using numpy for. I recently changed my Matlab version from R2009b 32-bit to R2009b 64-bit and it seems that I'm now having issues with the numpy code which causes matlab to have a fatal error and crash (the exact same code runs just fine in R2009b 32-bit).
I was wondering if there are any known issues with R2009b 64-bit and numpy that would warrent this to be a terrible idea or if there is just something wrong with my code. I've been looking everywhere online and haven't been able to find anything about the error I'm having
any help would be great
Joe

Respuestas (1)

Michelle Hirsch
Michelle Hirsch el 7 de Jul. de 2014
My best guess is that the issue is with trying to connect a 64-bit process (MATLAB) with a 32-bit process (Python with Numpy). You could try using a 64-bit version of Python and Numpy.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by