photo

S. Moore


Lithium Power Solutions LLC

Last seen: 대략 2년 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
1 답변

순위
8,645
of 300,365

평판
5

참여
4 질문
1 답변

답변 채택
25.0%

획득한 표
4

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 1

2

답변