photo

S. Moore


Lithium Power Solutions LLC

Last seen: 2 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
1 个回答

排名
8,615
of 299,722

声誉
5

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
4

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

7 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 2 个回答 | 2

2

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

已回答
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);

10 years 前 | 1

| 已接受

提问


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

10 years 前 | 2 个回答 | 1

2

个回答