photo

Aditya Deshpande


Last seen: 4年弱 前 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 0 件の回答 | 0

0

回答