photo

Ulli Srinivasu

MathWorks

Last seen: 3 years ago Active since 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.

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
7,638
of 297,457

REPUTATION
6

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

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

4 years ago | 1

| accepted

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

4 years ago | 0

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

4 years ago | 0

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

4 years ago | 0