photo

S. Moore


Lithium Power Solutions LLC

Last seen: oltre 2 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

4 Domande
1 Risposta

RANK
8.645
of 300.364

REPUTAZIONE
5

CONTRIBUTI
4 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
4

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 9 anni fa | 2 risposte | 2

2

risposte

Domanda


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

oltre 10 anni fa | 0 risposte | 0

0

risposte

Risposto
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);

oltre 10 anni fa | 1

| accettato

Domanda


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

oltre 10 anni fa | 2 risposte | 1

2

risposte