photo

Kelil Mohammed


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
167,069
of 300,584

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Dear users,can I get code that generate default parameters communication models in WSN?
Hi dear Matlab users,can I get code that generate default parameters of communication models like regular model or RSS model in...

7 years ago | 0 answers | 0

0

answers

Question


Code that calculate possible combination of vertices to form triangle from the generated 20 by 2 matrix.
Dear Matlab users, I need your help to writ Code that calculate possible combination of vertices to form triangle from the gener...

7 years ago | 1 answer | 0

1

answer

Question


Dear matlab users after I write m file script and run ,it work correctly but when I try open for additional work ,I got different characters .How can open it ? Thank you.
Dear MATLAB users after I write m file script and run ,it work correctly but when I try open for additional work ,I got differen...

7 years ago | 2 answers | 0

2

answers

Question


code that generate 50 by 50 matrix of 0's and 1's of which 20% is 1's.
I want to create matrix of 0's and 1's of which 20% of the elements of the matrix is 1's. The following the code I tried. neig...

7 years ago | 2 answers | 0

2

answers

Question


How to fix " Index exceeds matrix dimension" error?
I want to implement APIT (Approximate-Point-In_Triangle) localization algorithm for wireless sensor networks and some errors gen...

7 years ago | 1 answer | 0

1

answer

Question


"index exceeds matrix dimension" error. generated when I try to implement APIT localization algorithm for wireless sensor networks. Please i need your help dear matlab users to fix this error..
function APIT(grid_length) % Approximate Point In Triangle (APIT) Localization Algorithm load '../Deploy Nodes/coordin...

7 years ago | 0 answers | 0

0

answers

Question


"index exceeds matrix dimension" error
I want to calculate perimeter of a triangle formed by three anchor node a,b and c, in wireless sensor network. following is my...

7 years ago | 0 answers | 0

0

answers

Question


how to fix error "index exceeds matrix dimension"?" from 60 by 2 matrix I want to calculate perimeter of ABC formed by three anchor nodes in WSN.I got error message 'index exceeds matrix dimension' .
function perim = perimeter(AB,AC,BC) perim = AB+AC+BC; if neighboring_anchor_n>=3 gridmap=zeros(row_n,c...

7 years ago | 0 answers | 0

0

answers