![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15526833_1558341802297_DEF.jpg)
Aiswarya Subramanian
Followers: 0 Following: 0
Statistica
0 Domande
10 Risposte
RANK
2.682
of 297.016
REPUTAZIONE
22
CONTRIBUTI
0 Domande
10 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
strcmp not working correctly
Hello, You can use the following syntax instead: behaviours_currframe.ID = {'pedestrian4' ,'ped2' ,'ped3'}; label = 'pedestri...
oltre 5 anni fa | 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...
oltre 5 anni fa | 0
| accettato
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...
oltre 5 anni fa | 0
| accettato
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 :)
oltre 5 anni fa | 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...
oltre 5 anni fa | 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...
oltre 5 anni fa | 0
Help with neural network
Hello Belkhadria, You can go through the following links: Understanding Activation Functions in Neural Networks Activation Fu...
oltre 5 anni fa | 1
| accettato
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...
oltre 5 anni fa | 0
error using double(subs())
Hello Alice, double() cannot be used to convert symbolic expressions. You can instead use vpa() (Variable-Precision Arithmetic)...
oltre 5 anni fa | 0
| accettato
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...
oltre 5 anni fa | 0
| accettato