![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3468849_1522096073026_DEF.jpg)
Fernando García-García
Universidad Politécnica de Madrid
Followers: 0 Following: 0
Statistiques
RANG
295 345
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
NARX prediction and generalization
Been reading other posts on this topic. I've done this: narx.trainFcn='trainbr'; and also: narxCL=closeloop(remove...
plus de 9 ans il y a | 0
Question
NARX prediction and generalization
Dear all, I want to address a prediction problem with a NARX. My goal is to predict 6 samples ahead, so I built the dataset i...
plus de 9 ans il y a | 1 réponse | 0
1
réponseWhats the best command to write to file inside parfor loop?
Hello everyone, Well, I'm planning to do what you said, Konrad. What if I do the following? filename='myfile.txt'; ...
environ 10 ans il y a | 0
More non-zero generalized eigenvalues than in theory
Sorry, it seems I read it wrong (maybe from an older version/implementation): Right generalized eigenvectors are rows of W, not...
plus de 10 ans il y a | 0
More non-zero generalized eigenvalues than in theory
I think I've found the solution for this issue by using the intermediate output of the QZ algorithm. [AA,BB,Q,Z,V,W] = qz(A...
plus de 10 ans il y a | 0
| A accepté
Question
More non-zero generalized eigenvalues than in theory
Dear all, I'm trying to compute generalized eigenvalues. First I've tried: [V,D]=eig(A,B); Other attempts [V...
plus de 10 ans il y a | 2 réponses | 0