photo

Wycliff Dembe


Last seen: 4년 초과 전 2017년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

1 질문
3 답변

Cody

0 문제
516 답안

순위
4,266
of 301,513

평판
12

참여
1 질문
3 답변

답변 채택
100.0%

획득한 표
7

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
317
of 175,031

참여
0 문제
516 답안

점수
5,240

배지 수
6

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 7년 전 | 4

답변 있음
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년 초과 전 | 0

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

7년 초과 전 | 1

| 수락됨

질문


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

대략 8년 전 | 답변 수: 3 | 2

3

답변