photo

Anu Sharma


Last seen: 11 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
152,955
of 300,853

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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) ...

2 years 前 | 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...

2 years 前 | 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) ...

2 years 前 | 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) ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

6 years 前 | 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 ...

6 years 前 | 1 个回答 | 0

1

个回答