photo

Kartik Mittal

MathWorks

Active since 2018

Followers: 0   Following: 0

Disclaimer: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

Statistics

MATLAB Answers

0 Questions
8 Answers

RANK
4,536
of 299,962

REPUTATION
12

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,851

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166,743

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 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Is there any component to represent Electrical power grid in simulink/Simscape?
Please refer to the following - https://www.mathworks.com/help/physmod/sps/examples/simplified-model-of-a-small-scale-micro-gr...

6 years ago | 0

| accepted

Answered
Error in fluxvariability analysis
Make sure you are using proper subscripts while getting value from the matix, also in proper order. https://www.mathworks.com/...

7 years ago | 0

Answered
Error in trainFaste​rRCNNObjec​tDetector.
It would have been helpful if you provided more informationm, but still, this could be parsing error. I would suggest that you...

7 years ago | 0

| accepted

Answered
Can't open multiple scripts
Try resetting the layout - In the "Home" tab in the MATLAB toolstrip, click "Layout" and select "Default." This will return the ...

7 years ago | 0

Answered
Training data table format for multi-class object detection
You can refer to the documentation - <https://www.mathworks.com/help/vision/ref/rcnnobjectdetector.html#bvcplh5-6>

7 years ago | 0

Answered
MATLAB freezes entire OS (Linux Mint "Tara" 19) on splashscreen, -nojvm works just fine.
You are correct about this being a Java issue. You can try configuring the Java environment for MATLAB again. Refer to the f...

7 years ago | 0

Answered
can we implement PCA for lets 10 subjects 3 repeated trials with each trial 101 samples and variable vertical-GRF i.e. 101*30 input matrix
My understanding of the problem is that you have 101 data points, each with 30 attributes? If that is the case, you can use PC...

7 years ago | 0

Answered
Machine learning to predict yield
I think the right approach would be to convert the categorical variable into a numeric one by encoding it in numeric levels and ...

7 years ago | 0

| accepted