photo

Anu Sharma


Last seen: 10개월 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

11개월 전 | 답변 수: 2 | 0

2

답변

질문


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

11개월 전 | 답변 수: 0 | 0

0

답변

질문


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

11개월 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변