I've always used MATLAB with other languages. In the early days, C and C++ via mex files were the most common ways I spliced two languages together. Other than that I've also used MATLAB with Java, Excel and even Fortran.
In more recent years, Python is the language I tend to use most alongside MATLAB and support for this combination is steadily improving. In my latest blog post, I show how easy it has become to use Python's Numpy with MATLAB.
Have you used this functionality much? If so, what for? How well did it work for you?
3 Comments
I enjoy using NumPy in MATLAB, especially for algorithms that are difficult to replicate in MATLAB. By using NumPy, I can interact with Python. Last year, I even wrote a basic blog post titled 'How to Elegantly Use OpenCV in the MATLAB Environment‘.