photo

Chukwuemeka Edward


Last seen: 대략 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
257,354
of 300,364

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Index exceeds the number of array elements. Index must not exceed 20. Error in lumped_vortex_parabolic_camber (line 54) dx = xcollocation(i) - xvortex(k);
After runnung this code on lumped vortex model it gave an error on line 52(Bold section) as follows. %### Index exceeds the ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How do i write this or represent this on matlab editor , i am new to it
If 5-mod(G,5)<=2 Then G= 60 CG = G + 5-mod(G,5) else CG = ceil(G,1).

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I need a name for this optimization code. Also who can help me plot a pareto front with this code or at specify which objective function i can use for the pareto.
clc faces = load("buildings.dat"); rays = load("SunRays.dat"); % to get the optimum number of panels on facades [ntotal,wtot...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Invalid solver specified. Provide a solver name or handle (such as 'fmincon' or @fminunc). Type DOC OPTIMOPTIONS for a list of solvers. Error in Part2 (line 12) options = opt
clear close all Maximum_Gen = 30; Population_Size = 60; actual = 0.6; options = optimoptions(['ga','PopulationSize', Popula...

3년 초과 전 | 답변 수: 1 | 0

1

답변