export MATLAB_JAVA="/usr/lib/jvm/java-7-openjdk-amd64/jre"To run Matlab from command line, use:
matlab -desktopTo check the environment variables used by Matlab, use:
matlab -n
I found the solution from this forum post.
export MATLAB_JAVA="/usr/lib/jvm/java-7-openjdk-amd64/jre"To run Matlab from command line, use:
matlab -desktopTo check the environment variables used by Matlab, use:
matlab -n
No comments :
Post a Comment