Community Profile

photo

sagun subedi


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Solver
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Question


Dot indexing is not supported for variables of this type???
for i = 1: n distance(i) = sqrt((sink(1)-site(i, 1)).^2+ (sink(2)-site(i,2)).^2); Etx(i) = bit * (b + g * distance(i)....

3 years ago | 1 answer | 0

1

answer

Answered
Extract data using histogram2()
%%%%input location = rand(10, 2); %%%representing x and y coordinates [N, x,y,binx,biny] = histcounts2(location(:, 1), locatio...

4 years ago | 0

| accepted

Question


Extract data using histogram2()
Is it possible to extract data (x-coordinates and y-coordinates) using the syntax histogram2()?

4 years ago | 3 answers | 0

3

answers

Question


Counting the objects over specified location.
I have a network and this network is divided into grid. Network consits of random nodes. Now how do i calculate the number of no...

4 years ago | 1 answer | 0

1

answer