Anu Sharma
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
145.052
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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) ...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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) ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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) ...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
alrededor de 5 años hace | 1 respuesta | 0