problem with randsrc in matlab 2012b

7 views (last 30 days)
Vasileios
Vasileios on 31 Jan 2013
I wand to use the randsrc function in matlab 2012b, but doesn't work. The error message is: Undefined function 'randsrc' for input arguments of type 'double'. The command is a = randsrc(10000, 1, [0,1]);. How can i fix this problem?
Thanks

Answers (3)

Walter Roberson
Walter Roberson on 31 Jan 2013
Do you have the Communications Systems Toolbox installed and licensed for your copy of MATLAB R2012b ?

Vasileios
Vasileios on 31 Jan 2013
Maybe i haven't install the Communications Systems Toolbox. How can i see that i have installed?
  1 Comment
Walter Roberson
Walter Roberson on 31 Jan 2013
At the command prompt,
ver
If it seems to show the toolbox as present, try
which -all randsrc
and see if it says something about there not being a license

Sign in to comment.


Sucre bill
Sucre bill on 17 Apr 2013
how to install the Communications Systems Toolbox?

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!