MATLAB: Unable to use Communication toolbox system object on Matlab R2013a student version

communicationCommunications Toolbox

There is comm.RectangularQAMTCMModulator but I can't see comm.RectangularQAMModulator in my Matlab, same goes for BPSKModulator() etc.
EDU>> version ans = 8.1.0.604 (R2013a)
EDU>> a=comm.RectangularQAMModulator(16); Undefined variable "dsp" or class "dsp.CommonSets.getSet"

Best Answer

Install the latest Java and then re-installing Matlab on my Windows 8.1 seems to fix this problem.