John Miller
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
203.349
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
fix parameters in function
I want to optimize one parameter of a function with three parameters. Lets say the function looks like this function f = functi...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to transmit variables in problem structure
I am trying to set up a problem structure for fmincon ... gs = GlobalSearch; problem = createOptimProblem('fmincon','objectiv...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot one point in one axis
I am trying to create a plot where I have only the x-axis. With xlim ([a b]) I can specifiy the length of the axis. I now wan...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to save a vector in a for loop
I have a for loop which creates and plots a vector y. I now want to save each generated vector so I can compare them later. Does...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
ode solver returns too many results
I am trying to solve a system of ode's with ode15s but it is not working properly. It is returning a vector of length 9 for my s...
más de 4 años hace | 2 respuestas | 0
2
respuestasHow to insert values for a symbolic variable
>> x = sym('x_%d',[13 1],'real'); >> y = sym('y_%d',[3 1],'real'); >> f1 = x(1)*x(2) f1 = x_1*x_2 >> x_vars = num2...
más de 4 años hace | 0
Pregunta
How to insert values for a symbolic variable
I'm calculating some gradients with symbolic variables and after that I want to insert values for the variables. So I have a f...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Publish equation in latex
I am working with symbolic expressions and I am calculating a vector which I want to publish formated with matlab. So my questi...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Find common factors in two expressions
Is there some function so I can find a common factor in multiple expressions? For example: syms x y a= 5*(x^4/y) b= 27*(x^...
más de 4 años hace | 1 respuesta | 0