photo

Wycliff Dembe


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
3 Answers

Cody

0 Problems
516 Solutions

RANK
4,389
of 300,508

REPUTATION
12

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
7

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
309
of 169,435

CONTRIBUTIONS
0 Problems
516 Solutions

SCORE
5,240

NUMBER OF BADGES
6

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Scholar
  • First Answer
  • Commenter
  • Promoter
  • CUP Challenge Master
  • Revival Level 1
  • Solver

View badges

Feeds

View by

Answered
optimizing iterated objective function - containing ∑- sum operator
Define a custom objective function as: function f_sum = objectiveFun(inParam) global N p q x = inParam(1); y = inParam...

6 years ago | 4

Answered
How to incorporate a .m file into a while loop
I'm assuming your function muller.m is of the form: function any_angle = muller(any_length) %% calculate angle from ...

7 years ago | 0

Answered
optimizing iterated objective function - containing ∑- sum operator
I later figured it out. I had to apply loops and function handles and it worked.

7 years ago | 1

| accepted

Question


optimizing iterated objective function - containing ∑- sum operator
I am writing MATLAB code to minimize objective function f(x,y) - please see attached image. P and Q are readily available (known...

7 years ago | 3 answers | 2

3

answers