Zahraa
Followers: 0 Following: 0
Feeds
질문
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...
9개월 전 | 답변 수: 2 | 0
2
답변답변 있음
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:...
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:...
10개월 전 | 0
| 수락됨
질문
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...
10개월 전 | 답변 수: 3 | 0
3
답변질문
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 =...
10개월 전 | 답변 수: 1 | 0