Feeds
질문
eig return complex values
Hello, I'm trying to find the eigenvalues and eigenvectors of an invertible matrix. The eig function returns me complex values....
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
How using a script of variables in a parfor loop ?
Hello, I have gathered the declaration of variables in one and the same script, to simply reduce the number of lines in the ma...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to store results in a structure, by using parfor loop ?
combinaison = struct(); parfor calcul = 1:2 coco = struct(); combinaison(calcul).modele = 5; coco.modele.CL(...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
How to calculate the jacobian of a linear symbolic system for optimization
Hi, I have a very simple linear system: T’ = A*T + B*U Y = C*T + D*U I try to minimize Y (which is simply equal to T(1)) ...
4년 초과 전 | 답변 수: 1 | 0

