MATLAB: How to access matlab file using python

installationMATLABpython

While going through the documentation, I found that matlab needs to be installed first.
I downloaded the free trial package(MATLAB essentials) for linux and ran ./install
It shows Installing and Finished. But I don't see any matlab or matlabroot symbolic links created by default. Can anyone please tell me whether the installation is done or not or what to do next in order to run matlab or access it from python ?
Related Question