Anu Sharma
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
145,039
of 295,448
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
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) ...
1 year ago | 2 answers | 0
2
answersQuestion
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...
1 year ago | 0 answers | 0
0
answersQuestion
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) ...
1 year ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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
answerQuestion
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
answerQuestion
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
answerQuestion
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
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0