You can also test this on golgi by doing the following:mkdir -p ~/matlab
cp ~/net/gall/programs/User_Scripts/BIAC_matlab_ver3.1.0_test/startup-stub.m ~/matlab/startup.m
This will make sure the standard BIAC tool directories are added to your MATLAB path when you start up MATLAB. To use the new "test" version of the tools do the following before starting MATLAB:export BIACMATLABROOT=/home/gadde/net/gall/programs/User_Scripts/BIAC_matlab_ver3.1.0_test
export MATLAB_JAVA=/usr/java14/jre
If you want these command sto be run every time you login, add them to your ~/.profile file, using either nedit or xemacs.
Lastly, you need to run matlab like this to get Java working:matlab -jvm
Then the new version of tools should be fully available to you. (After the testing phase, the export commands will be integrated into the standard login and -nojvm will be taken out of the standard matlab script so just typing "matlab" will be sufficient.)