I'm currently taking an online course for machine learning, which required us to use the MATLAB Application. I was hoping (if possible) to do my exercises from the course in PyCharm instead.
I've installed the MATLAB Support plugin in PyCharm, and attempted to create an interpreter to run my .m files. But when clicking run or calling function in the console, I get errors such as the function doesn't exist or various syntax errors.
Any help would be appreciated!