Community Profile

photo

Nanda Gupta


The MathWorks Inc.

Active since 2017

Followers: 0   Following: 0

Message

Pursuing Masters of Science in Computer Science at University of Texas at Arlington and currently interning at The MathWorks.

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
NN Toolbox: What is the difference between "performance" and "plotperform"?
I understand that you are a little confused as to how "perform" and "plotperform" differ. From what I can infer, there is not...

7 years ago | 1

| accepted

Answered
How do I fill a histogram in very high dimension if the array creating overflows memory?
I understand that you are trying to create a matrix of size 729000000x6 which may not be possible due to RAM limitations. By ...

7 years ago | 0

Answered
Plot validation and training error for convolutional neural networks
This seems to be similar to another question. Check out this link for more information: <https://www.mathworks.com/matlabcent...

7 years ago | 0

Answered
Error evaluation on convolutional net
I understand that you want to plot the validation error along with the training error for a ConvNet, to generate a graph similar...

7 years ago | 0

Answered
Assigned solve outputs to a matrix via for loops
I understand that you want to solve an equation iteratively inside the for loop and assign its answer each time in to a respecti...

7 years ago | 0

Answered
How do I use uicontrol to assign a value to a variable?
I understand that you want to change the value of a variable in the base workspace when a button is pressed. This can be don...

7 years ago | 0

| accepted

Answered
Updating Values in a GUI from Editable Text Boxes
What I understand from the above description is that when you push a play/pause button, the values contained in the editable tex...

7 years ago | 0

| accepted

Answered
How can I get full data out of videoinput?
I understand that you are trying to get the full 24 bits coming in and you want to set up the video input object such that you c...

7 years ago | 1

Answered
How do I insert a new tab between existing tabs in appdesigner?
I understand that you are trying to insert a new tab between the already created tabs instead of appending it in the end. But, a...

7 years ago | 0

Answered
Confusion Matrix of trained SVM (linear) Model
I understand that you are trying to represent a trained model with its validated predictions graphically, similar to the one pro...

7 years ago | 0