Community Profile

photo

Michael cohen


Last seen: 10 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer