How can I run Python by getting values from Matlab

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Nikhil N
Messages
80
Reaction score
2
I have a python script for which the input data are coming from Matlab. I have tried to use pymatlab, but it is failing. Can anyone suggest any other method?
 
Physics news on Phys.org
Scipy has a function to load Matlab mat files.

https://docs.scipy.org/doc/scipy/reference/tutorial/io.html
 
  • Like
Likes   Reactions: jedishrfu