MATLAB function for the fitness function in the Multi user Detection Problem.
Show older comments
MATLAB function for the fitness function in the Multi user Detection Problem.
4 Comments
Mohammad Ali
on 15 Aug 2020
Mario Malic
on 15 Aug 2020
You're calling a function, but you're not supplying the input parameters to it.
Mohammad Ali
on 15 Aug 2020
Sara Boznik
on 15 Aug 2020
You have to have one script where you call function.
b=input('b:')
r=input('r:')
sol=FFcn(b,r)
Best of luck.
Answers (0)
Categories
Find more on Dates and Time 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!