photo

Torsten K


Last seen: presque 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

3 Questions
5 Réponses

Cody

0 Problèmes
24 Solutions

RANG
11 122
of 301 513

RÉPUTATION
4

CONTRIBUTIONS
3 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 310

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
20 992
of 175 013

CONTRIBUTIONS
0 Problèmes
24 Solutions

SCORE
264

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
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....

plus de 5 ans il y a | 0

Réponse apportée
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 ...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
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 ...

plus de 5 ans il y a | 0

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 5 ans il y a | 0

Question


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

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 5 ans il y a | 1 réponse | 0

0

réponse