photo

Wycliff Dembe


Last seen: plus de 3 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 6 ans il y a | 4

Réponse apportée
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 ...

plus de 6 ans il y a | 0

Réponse apportée
optimizing iterated objective function - containing ∑- sum operator
I later figured it out. I had to apply loops and function handles and it worked.

plus de 6 ans il y a | 1

| A accepté

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

presque 7 ans il y a | 3 réponses | 2

3

réponses