photo

Zahraa


Last seen: environ un an il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
1 Réponse

RANG
287 805
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


How "chol" and "qz" MATLAB algorithms are utilised in the "eig" MATLAB function?
The MATLAB function "eig" when used this way: [V,D] = eig(A,B), gives us the eigenvalues and eigenvectors of an eigenvalue probl...

plus d'un an il y a | 2 réponses | 0

2

réponses

Réponse apportée
Modifying the objective function in order to meet the optimization variable boundaries
My professor at university helped, and this is how it should work: fun = (1- (f(1))/500)^2 + (1- (f(2))/1000)^2; for i = 1:...

plus d'un an il y a | 0

| A accepté

Question


Modifying the objective function in order to meet the optimization variable boundaries
First Try if (A <= 1e-04) & (A >= 4e-04) fun = (1- (f(1))/500)^2 + (1- (f(2))/1800)^2; else fun = (1- (f(1))/500...

plus d'un an il y a | 3 réponses | 0

3

réponses

Question


calling a function with struct inputs
Hi, How can I call such a function: function varargout = hey(init,varargin) if init ==1 if nargin >1 geom_gs =...

plus d'un an il y a | 1 réponse | 0

1

réponse