Community Profile

photo

Michael cohen


Last seen: 9 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort