photo

Torsten K


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
NARX with multiple time series: Data dividision problem
OK, I found the solution. Here is a small example, based on this example: load magmulseq; y_mul = catsamples(y1,y2,y3,y1,y2...

거의 4년 전 | 0

| 수락됨

답변 있음
basic error, help me
Is this what you are looking for? clearvars; x = linspace(20,100000); y = 20*log10(1./(1+(2*3.14*x*985.1*(59*10.^-9)-(985....

거의 4년 전 | 0

답변 있음
how to save an array in each iteration?
Here a variant with a 3d-matrix: clearvars; A = zeros(6,6,3) L = 3; SR = [ 0.0941 0.1129 0.0471 0 ...

거의 4년 전 | 0

| 수락됨

답변 있음
how to save an array in each iteration?
Maybe a cell-array is what you are looking for? A = cell(3,1); L = 3; SR = [ 0.0941 0.1129 0.0471 0 ...

거의 4년 전 | 0

질문


NARX with multiple time series: Data dividision problem
Hello everyone, I want to train a NARX-model for multi-step prediction of time series. The task has the following boundary cond...

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I change all the elements in a matrix with value1 to a new value2?
How about this? m = randi([0,1],78) % 78x78 matrix with random integers in the interval 0..1 m(m==0)=-1 % Substitute all 0's b...

거의 4년 전 | 0

질문


Heatmap: Vector of x values ​​contains duplicate values
Hello everybody, I would like to create a heatmap in which the X-Labels are repeated. The X-Label categories are the strings "L...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Multi-step prediction of a dynamic time series with jumps and decay curves using NARX networks
Hello everybody, I am trying to predict a dynamic time series with a sequence of sloping curve sections with the help of a NARX...

거의 4년 전 | 답변 수: 0 | 0

0

답변