S. Moore
Lithium Power Solutions LLC
Followers: 0 Following: 0
Statistics
RANK
8.176
of 294.359
REPUTATION
5
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
4
RANK
of 20.108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151.512
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
Feeds
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...
ongeveer 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 8 jaar ago | 2 answers | 2
2
answersQuestion
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...
meer dan 9 jaar ago | 0 answers | 0
0
answersAdjusting delays in a NARX neural network
One solution is to create a new net from scratch thusly: net = narxnet(0:4,1:5,10);
meer dan 9 jaar ago | 1
| accepted
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...
meer dan 9 jaar ago | 2 answers | 1