Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Can I call a Matlab function?

Is there a way to make an algo on quantopian that uses a Matlab function file? I don't have any experience using python and I've got an algorithm im ready to test. I've seen where you can run a Matlab file in python but they need to be in the same directory. Can I upload the function file? Any help would be appreciated.

Thanks, Jake

1 response

Nope. However, Python can probably do everything you are doing in MATLAB. Here's a reference to get started, if you want:

https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-users.html