Undefined function 'fmmod' for input arguments of type 'double'.

4 views (last 30 days)
Hi I am getting error when typing such code for multiplexing on matlab. The line on which error is encountered is :-
parfor i=1:nos
y(i,:)=fmmod(m(i,:),cfreq(1,i),10*cfreq(1,i),freqdev);
end
Requested to suggest solution to the above problem
  2 Comments
Dana
Dana on 18 Sep 2020
Do you have the Communications Toolbox installed? If not, you don't have the function fmmod.
Raymond Norris
Raymond Norris on 18 Sep 2020
Ankit please post the error MATLAB is throwing. And do you get the same error when you run this as a for loop?

Sign in to comment.

Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!