Community Profile

photo

Anu Sharma


Last seen: 6 months ago Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Multiple moving points in an area with the given velocity
How to write a code for random number of points moving in an area at a given velocity. There are random number of points ( 50) ...

7 months ago | 2 answers | 0

2

answers

Question


Moving multiple points in an area at given velocity
How to write a code for random number of points moving in an area at a given velocity. There are random number of points ( >=50...

7 months ago | 0 answers | 0

0

answers

Question


Random number of points moving with given velocity
How to write a code for random number of points moving in an area at a given velocity. There are random number of points ( 50) ...

7 months ago | 1 answer | 0

1

answer

Question


How I can solve the problem of Loop?
N = 15 X = randi([1,3],[N,1]); X will be 15 by 1 matrix with random values 1, 2, 3. Y1 = 10 (For X = 1) Y2 = 11 (For X = 2) ...

1 year ago | 0 answers | 0

0

answers

Question


Retaining the length of matrix after difference
A matrix A1 = [2 4 5 6 7 8 9 10 11 3 ]; A2 = [ 2 7 10]; A1 and A2 has some coomon values. I want to find the matrix A3 with n...

2 years ago | 1 answer | 0

1

answer

Question


calculating size of column with specified value in the column
For calculating the values of e1 == 1, the code is D1 = e1(e1(:,2)==1); r1 = size(D1); DDDx = r1(1,:); I want to calcula...

2 years ago | 1 answer | 0

1

answer

Question


compare the column 2 of two matrix and forming the matrix with same entries in column 2 of Second Matrix.
I have First Matrix A1 with 8 rows and 3 column, The 2 column of Matrix A1 and Matrix A2 have some same values. I want another m...

2 years ago | 1 answer | 0

1

answer

Question


Creating RL environment for dynamic network
I want to create dynamic rl environment and implement q learning on it. I have 10 points randomly placed in a circle around the...

2 years ago | 0 answers | 0

0

answers

Question


Matrix problem for same values of column
A=[29.78 5 8 24.97 8 11 22.98 4 12 21.05 12 13 24.78 1 16 25.53 26 29 2...

4 years ago | 2 answers | 0

2

answers

Question


unique values from from two column
I have a matrix A=[1 2 3; 2 4 6; 5 3 2; 8 5 4; 6 7 8] from this matrix, i want that value in first and second ...

4 years ago | 1 answer | 0

1

answer