Aiswarya Subramanian
Followers: 0 Following: 0
Estadística
0 Preguntas
10 Respuestas
CLASIFICACIÓN
2.659
of 295.569
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
strcmp not working correctly
Hello, You can use the following syntax instead: behaviours_currframe.ID = {'pedestrian4' ,'ped2' ,'ped3'}; label = 'pedestri...
más de 5 años hace | 0
image processing- threshold
Hello ZHI, I am understanding that you would like to remove the background from the image. There are some articles which you ca...
más de 5 años hace | 0
| aceptada
Best resource for learning image analysis and processing
Hello, I have learnt image processing from the book by Gonzalez named 'Digital Image Processing' (Digital Image Processing). It...
más de 5 años hace | 0
| aceptada
i get an error .whats wrong ? Subscript indices must either be real positive integers or logicals. Error in (line 54) CC(j)=bitxor(mode(R(ii)+CC(j-1),256),K(i));
Hello, On the line 54, you have put 'mode', which is not the same as 'mod'. I guess that is the issue. Hope that helps :)
más de 5 años hace | 0
C-like operations
Hello Enrico, Such operations are not supported by MATLAB. You can go through the post 11 ( Steven Lord's answer ) I have attac...
más de 5 años hace | 0
UDP reading data speed
Hello, Can you check the following link and see the changes they have suggested? I hope this helps :) Slow speed of UDP recept...
más de 5 años hace | 0
Help with neural network
Hello Belkhadria, You can go through the following links: Understanding Activation Functions in Neural Networks Activation Fu...
más de 5 años hace | 1
| aceptada
Index exceeds matrix dimensions. where is mistake
Hello Sultan, Could you send the error message? In your code you have initialised x = 0.3, which is a scalar. So x(n-1) will g...
más de 5 años hace | 0
error using double(subs())
Hello Alice, double() cannot be used to convert symbolic expressions. You can instead use vpa() (Variable-Precision Arithmetic)...
más de 5 años hace | 0
| aceptada
Why deep learning code does not work well?
Can you explain the structure of input matrix once again? What does "in my case I add 1024 columns every time, step by step" mea...
más de 5 años hace | 0
| aceptada