photo

Nachiket Katakkar

MathWorks

Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
11 Respuestas

CLASIFICACIÓN
2.259
of 297.527

REPUTACIÓN
28

CONTRIBUCIONES
0 Preguntas
11 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Steps for estimating alpha in 1/f^alpha noise using OLS
The regression function is part of the Neural Network Toolbox: <http://www.mathworks.com/help/nnet/ref/regression.html> T...

casi 8 años hace | 0

Respondida
Negative samples for training cascade object detector
Hi Jimmy, I think that your understanding is accurate in that it seems to randomly select 30x32 sized regions from negative s...

casi 8 años hace | 0

Respondida
Error every time the PDE toolbox is used
Hi Matteo, This sort of an error usually occurs when a user defined function shadows an in-built MATLAB function. This is dis...

casi 8 años hace | 0

Respondida
Why fmincon cannot find the local minumum back when it is supplied as initial point
The error message indicates that the given set of constraints are impossible to solve due to an inconsistency. To troubleshoot t...

casi 8 años hace | 0

Respondida
Defining number of neurons/layers in neural network
If you take a look at the example on the "traingdm" documentation page, you will see a call to "feedforwardnet": net = feed...

alrededor de 8 años hace | 4

| aceptada

Respondida
How do I get proportion of variance?
Your calculation of proportion of variance seems to be correct. The following example highlights that: % Example from pcaco...

alrededor de 8 años hace | 1

| aceptada

Respondida
save CART as fig without displaying
Although the handle is not readily available as an output of "view", you can obtain the figure handle using the "findall" comman...

alrededor de 8 años hace | 1

| aceptada

Respondida
Why does data prediction with cascade forward net not work ?
This error message is observed if the number of columns (input size) in the Test data (Xnew) does not match the number of column...

alrededor de 8 años hace | 0

Respondida
Heaviside duty cycle symbolic function
The fplot appears to miss certain values for the range of values you have specified. The reason for this apparent ambiguity is t...

alrededor de 8 años hace | 0

| aceptada

Respondida
two correlations on one graph using hold on and corrplot?
The "hold on" command applies to an axes object and not to the figure. The "corrplot" function creates a new figure, with severa...

alrededor de 8 años hace | 0

Respondida
how do I move mixed (numeric, categorical, logical} data into a table for subsequent analysis
An example of moving mixed data types into a single table followed by calling "fitglm" is shown below. This uses the "carsmall" ...

alrededor de 8 años hace | 0