MATLAB function for the fitness function in the Multi user Detection Problem.

MATLAB function for the fitness function in the Multi user Detection Problem.

4 Comments

You're calling a function, but you're not supplying the input parameters to it.
You have to have one script where you call function.
b=input('b:')
r=input('r:')
sol=FFcn(b,r)
Best of luck.

Sign in to comment.

Answers (0)

Categories

Asked:

on 15 Aug 2020

Commented:

on 15 Aug 2020

Community Treasure Hunt

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

Start Hunting!