Fernando García-García
Universidad Politécnica de Madrid
自 2014 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
NARX prediction and generalization
Been reading other posts on this topic. I've done this: narx.trainFcn='trainbr'; and also: narxCL=closeloop(remove...
NARX prediction and generalization
Been reading other posts on this topic. I've done this: narx.trainFcn='trainbr'; and also: narxCL=closeloop(remove...
9 years 前 | 0
提问
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...
9 years 前 | 1 个回答 | 0
1
个回答已回答
Whats 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'; ...
Whats 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'; ...
10 years 前 | 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...
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...
10 years 前 | 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...
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...
10 years 前 | 0
| 已接受
提问
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...
10 years 前 | 2 个回答 | 0