Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
106.348
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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).
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
