I have installed a preview release of MATLAB R2007a on our system for testing. The official release of this software should occur in March, 2007.
R2007a includes a number of bug fixes
and some new features. Release notes
with more detailed information are
available within the help files for
this release; run MATLAB, then choose
Help->MATLAB Help; then click on
Release Notes for MATLAB 2007a
.
You can run the R2007a release by typing
/shared/local/matlab-testing/bin/matlab
at a shell prompt. The preview release includes all toolboxes, so there isn't a separate installation for the research and classroom licenses.
From now on, I expect that we will be
maintaining links to a testing
version of MATLAB at all times. When a
newer version is not available, the
links will simply point to the current
release.
If you want to run the most cutting
edge
version of MATLAB that we have
available, you can add one of the
testing paths to your PATH
environment variable. I recommend that
you put the testing path near the head
of your PATH so that it
isn't overridden by the older version
that is set automatically by our shell
defaults.
The correct magic incantations to add these paths are
csh and variants:
% setenv PATH
/shared/local/matlab-testing/bin:$PATH
set
PATH="/shared/local/matlab-testing/bin:$PATH";
export PATH
bash,
zsh, and newer shells, you
may be able to do export
PATH="/shared/local/matlab-testing/bin:$PATH"
We are dependent on CIS updating their license servers with the licenses for new releases, so exactly when we'll be able to move to the official release is a bit up in the air. In recent times, I've been able to get them to install the newer licenses in parallel with the older licenses so that we can run the newest release but their labs with older installation don't need to be updated.
END-----I have installed Wolfram Workbench, an IDE for working with Mathematica projects on our Linux cluster.
If /shared/local/bin is in
your PATH (it is by
default), the program can be run by
typing WolframWorkbench at
a shell prompt.
Enjoy!