Community Profile

photo

Ulli Srinivasu

MathWorks

Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

I am a senior quality Engineer at MathWorks.
DISCLAIMER: Any advice or opinions here are my own and in no way reflect that of MathWorks.

통계

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

답변 있음
How to store a matrix, A, in variable X, where X is also carrying a counter "i"
Hi Neeraj, simply create a structure. X = struct(); X(i).A = A;

3년 초과 전 | 1

| 수락됨

답변 있음
What is meant by double here ?? is it data type
Hi, double is numeric datatype in MATLAB. You can find doc link

3년 초과 전 | 0

답변 있음
imageLabeler automation algorithm not recognized
Hi Alexander, I understood that you are not able to import the custom algorithm which you created by following the template p...

3년 초과 전 | 0

답변 있음
How to calculate confusion matrix of a frame
Hi Shilpa, I understood that you want to create a confusion matrix for the detected vehicles. The confusion matrix ca...

3년 초과 전 | 0