Fixed Frame Slotted Aloha

10 views (last 30 days)
sakuragi10
sakuragi10 on 17 Apr 2013
A

Accepted Answer

Walter Roberson
Walter Roberson on 17 Apr 2013
You need to start anti_main from the MATLAB command line, and pass a number in as a parameter. For example,
anti_main(17)
  3 Comments
sakuragi10
sakuragi10 on 17 Apr 2013
Dear Walter,
I guess I know what you mean already. Hahaha. Thanks alot Dudue.
Cheers
sakuragi10
sakuragi10 on 17 Apr 2013
Hi Walter,
I have another question, but not on this code, but on Dynamic Slotted Aloha.
I got this error ??? Error using ==> zeros NaN and Inf not allowed.
Error in ==> anti_proc at 6 a=zeros(1,F);
Error in ==> anti_main at 16 [Nc,Nr]=anti_proc(n,fn);
Do you have any idea ?
Many many thanks in advance

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!