Zahraa
Followers: 0 Following: 0
Statistics
RANK
234,250
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
8 months ago | 2 answers | 0
2
answersModifying 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:...
9 months ago | 0
| accepted
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...
9 months ago | 3 answers | 0
3
answersQuestion
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 =...
9 months ago | 1 answer | 0