photo

S. Moore


Lithium Power Solutions LLC

Last seen: 12 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Question


Adding the variable name onto a plot cursor
I regularly plot several variables. This results in 12 lines on a plot. For example with the x-axis being time, several channels...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


How do I find the index of a datapointon a MATLAB plot?
With a very large dataset - assume 1 million [x,y] pairs or more - how do I find the *index of an individual datapoint* on a MAT...

presque 8 ans il y a | 2 réponses | 2

2

réponses

Question


Embedding a Neural Net
I have a NARX model (see attached file for an illustration) to compute the voltage response of an electrical circuit. The output...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Adjusting delays in a NARX neural network
One solution is to create a new net from scratch thusly: net = narxnet(0:4,1:5,10);

plus de 9 ans il y a | 1

| A accepté

Question


Adjusting delays in a NARX neural network
The NARX provided by the MATLAB toolbox defines y(t) as a function of past inputs and outputs: y(t) = f(x(t-1), ... ,x(t-d),y...

plus de 9 ans il y a | 2 réponses | 1

2

réponses