Is it possible to import Matlab into python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Is it possible to import Matlab into python?

How can I connect between Matlab and Python??

13th Aug 2019, 7:00 AM
Moosa Kalanaki
Moosa Kalanaki - avatar
4 Answers
+ 2
you can import and write .mat files in Python using SciPy
13th Aug 2019, 11:00 PM
Rora
+ 9
Maybe this is not what you are looking for, but still read about the matplotlib module
13th Aug 2019, 7:08 AM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar
+ 2
Matplotlib adds Python similarity to Matlab. You can use matplotlib to display graphs.
13th Aug 2019, 7:40 AM
Seb TheS
Seb TheS - avatar
+ 1
Perhaps Matlab output can be written into a file and imported into Python?
13th Aug 2019, 8:34 AM
Sonic
Sonic - avatar