photo

Aditya Deshpande


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Amazed by self-organizing systems, bio-inspired robotics, artificial intelligence and machine learning.

统计学

All
  • Knowledgeable Level 1
  • First Answer
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已回答
I find this error Index exceeds matrix dimensions can anyone help me to solve it?
You have the value of x and y as integer constants. If you take these as vectors, the length of these variables is 1. Inside ...

6 years 前 | 0

已回答
How to identify repeated eigenvalues of a matrix?
You can find the number of times an eigen value is repeated as follows. A = [1 1 0 0;0 1 1 0;0 0 1 0;0 0 0 3]; E = eig...

6 years 前 | 0

| 已接受

已回答
Multiple variables in for loop
NOTE: MATLAB arrays starts with index of 1. I think you meant to do the following: a=[11,51,101]; Toplam=0; x=pi/3; ...

6 years 前 | 0

已回答
[DEPRECATED] What frustrates you about MATLAB?
What I find very annoying sometimes is MATLAB's indexing. It starts from 1. With that in mind, there is no way to easily differ...

6 years 前 | 0

提问


Coding the vehicles counting algorithm in a traffic video.
Hello, I have been trying to figure out how to count the vehicles in traffic video. I have been following the code provided by M...

7 years 前 | 0 个回答 | 0

0

个回答