Community Profile

photo

Ulli Srinivasu

MathWorks

Last seen: etwa 2 Jahre vor Aktiv seit 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.

Statistiken

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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;

mehr als 3 Jahre vor | 1

| akzeptiert

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0