photo

Chukwuemeka Edward


Last seen: ungefär 3 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
209 951
of 300 338

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20 922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 149

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

  • Thankful Level 1

View badges

Feeds

View by

Question


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

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer

Question


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

mer än 3 år ago | 1 answer | 0

1

answer