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
