Community Profile

photo

Chukwuemeka Edward


Last seen: mer än ett år ago Active since 2022

Statistics

  • Thankful Level 1

View badges

Content Feed

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

mer än ett å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).

nästan 2 å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...

nästan 2 å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...

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

1

answer