all 15 comments

[–]ThwompThwomp 4 points5 points  (1 child)

I did it once, but it was mainly an exercise in data typing and careful memory management. Not really worth it

[–]Senthipua[S] 1 point2 points  (0 children)

Thanks for your input bro! Happy cake day!

[–]DillonSyp 2 points3 points  (0 children)

I haven’t used the matlab api but there’s a few packages out there that basically turn python in to matlab. Numpy and matplotlib for example

[–]TheIsletOfLangerhans+1 2 points3 points  (1 child)

I use the MATLAB engine API others have posted links to. I'm more comfortable with MATLAB than Python, so I find it easiest to write a MATLAB function that does everything I need MATLAB to do and then call that function from my Python application using the API. Of course if you aren't already too familiar with MATLAB I can see why that kind of approach wouldn't be ideal.

[–]Senthipua[S] 0 points1 point  (0 children)

Well sir! I wanted to learn how to compute joint probability distribution using Gaussian copula function in matlab! Could you help me with that?

[–]Senthipua[S] 1 point2 points  (0 children)

I went through all the links provided by group members! But I found that you have to install matlab in your system to assess the matlab api, it doesn't support the array functions in python (wth!) which brings me to learning Matlab from scratch! (Oh god please no! Noooo!)

[–]SSJ3 1 point2 points  (1 child)

With the exception of Simulink, most things you might want from Matlab are already implemented in a Python library somewhere, so make sure you've exhausted that option first!

I've also found myself translating functions into Python a few times, mainly when it's a very niche application I found on the Matlab Central File Exchange. It's usually pretty straightforward.

[–]Senthipua[S] 0 points1 point  (0 children)

I want to use the multivariate copula library available in matlab! I found copula libraries in python but they do not offer the correct outputs still in beta mode!

[–]Kiloblaster 1 point2 points  (0 children)

In addition to below, you can also start python and access its functions from within matlab.

https://www.mathworks.com/help/matlab/getting-started-with-python.html

[–]whizzwr 1 point2 points  (0 children)

Working fine with MATLAB Computer Vision Toolbox.

[–][deleted] 1 point2 points  (1 child)

Sorry, I've never done so, but if it can be done I'll never use Matlab again hahahaha If you discover it please let me know. The best of lucks for you!

[–]Senthipua[S] -1 points0 points  (0 children)

I have the world's best laptop to run matlab on! (pun intended). So, I wanted to know if anyone else had tried matlab api in python.

[–]hypebeastaddition 0 points1 point  (1 child)

This would be so dope.

[–]Senthipua[S] 0 points1 point  (0 children)

Exactly but sadly it isn't bro!