Aiswarya Subramanian
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
10 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
strcmp not working correctly
Hello, You can use the following syntax instead: behaviours_currframe.ID = {'pedestrian4' ,'ped2' ,'ped3'}; label = 'pedestri...
strcmp not working correctly
Hello, You can use the following syntax instead: behaviours_currframe.ID = {'pedestrian4' ,'ped2' ,'ped3'}; label = 'pedestri...
5年以上 前 | 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...
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...
5年以上 前 | 0
| 採用済み
回答済み
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...
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...
5年以上 前 | 0
| 採用済み
回答済み
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 :)
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 :)
5年以上 前 | 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...
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...
5年以上 前 | 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...
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...
5年以上 前 | 0
回答済み
Help with neural network
Hello Belkhadria, You can go through the following links: Understanding Activation Functions in Neural Networks Activation Fu...
Help with neural network
Hello Belkhadria, You can go through the following links: Understanding Activation Functions in Neural Networks Activation Fu...
5年以上 前 | 1
| 採用済み
回答済み
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...
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...
5年以上 前 | 0
回答済み
error using double(subs())
Hello Alice, double() cannot be used to convert symbolic expressions. You can instead use vpa() (Variable-Precision Arithmetic)...
error using double(subs())
Hello Alice, double() cannot be used to convert symbolic expressions. You can instead use vpa() (Variable-Precision Arithmetic)...
5年以上 前 | 0
| 採用済み
回答済み
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...
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...
5年以上 前 | 0
| 採用済み