photo

Kelil Mohammed


Last seen: oltre 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


"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...

circa 6 anni fa | 0 risposte | 0

0

risposte

Domanda


"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...

circa 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 6 anni fa | 0 risposte | 0

0

risposte