photo

abdulaziz alofui


alqassim

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: matlab

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
75,185
of 300,756

REPUTATION
0

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


how can i calculate the minimum distance between user location and access point?
in this code figure('Color', 'white') dis = zeros(50,8); UserLocationX = randi(50, 1, 50); UserLocationY = randi(50, 1,...

11 years ago | 1 answer | 0

1

answer

Question


Index exceeds matrix dimensions
this is my code: pathloss2 = zeros(50,8); f = 2500; height = 5; % height of the base station(b/w 10 t0 80 mete...

11 years ago | 3 answers | 0

3

answers

Question


how i can write SINR in matlab
i want matlab code for Signal to Interference Noise ratio

12 years ago | 1 answer | 0

1

answer

Question


how can i solve Shannon capacity in matlab
C= B log2 (1+SNR) how can plot this in matlab

12 years ago | 1 answer | 0

1

answer

Question


How can I solve peak by using simulink in matlab?
How to know the number of maximum and minimum peaks in a signal, and each peak its value, with input of random and real-time sig...

12 years ago | 1 answer | 0

1

answer

Answered
i need matlab code for 50 random user locations, 8 Access Points and 1 Base Station on one plane....using m file
<</matlabcentral/answers/uploaded_files/5473/Capture.PNG>> how to make it close to this shape

12 years ago | 0

Question


i need matlab code for 50 random user locations, 8 Access Points and 1 Base Station on one plane....using m file
function project() %x= number of user x=50; %y= access point y=8; %z=base station z=2.5; t1=randn(1,x) t2=randn(1,y) ...

12 years ago | 3 answers | 0

3

answers