photo

Aiswarya Subramanian


Last seen: nästan 5 år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
10 Answers

RANK
2 686
of 297 457

REPUTATION
22

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

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

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
strcmp not working correctly
Hello, You can use the following syntax instead: behaviours_currframe.ID = {'pedestrian4' ,'ped2' ,'ped3'}; label = 'pedestri...

mer än 5 år ago | 0

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

mer än 5 år ago | 0

| accepted

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

mer än 5 år ago | 0

| accepted

Answered
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 :)

mer än 5 år ago | 0

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

mer än 5 år ago | 0

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

mer än 5 år ago | 0

Answered
Help with neural network
Hello Belkhadria, You can go through the following links: Understanding Activation Functions in Neural Networks Activation Fu...

mer än 5 år ago | 1

| accepted

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

mer än 5 år ago | 0

Answered
error using double(subs())
Hello Alice, double() cannot be used to convert symbolic expressions. You can instead use vpa() (Variable-Precision Arithmetic)...

mer än 5 år ago | 0

| accepted

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

mer än 5 år ago | 0

| accepted