Jon Bilbao
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
220.544
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
Function optimization with some conditions conditions
I want to find the h values that meet the following conditions, h(j)<Hmax, h(j+1)-h(j)<lvasc(j) and h(j+1)-h(j)>lsa(j), the valu...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Function optimization meeting some conditions
I have a array ht(i,j) and i want to calculate de values that minimize de sumatory of sum((hti,j)-h(j).^2), meeting the conditio...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Function optimization meeting conditions
How can i optimize the I function, i want to find the values of h(j) that minimize I, meetentig the conditions h(j+1)>h(j), h(en...
más de 1 año hace | 2 respuestas | 0
2
respuestasCalculate a curve out of points and the curvature radius
Solved: function [r] = rtdef(x,y,Lc) xi = 0:0.1:Lc; pp = csapi(x, y); yi = ppval(pp, xi); yp = fnval(fnder(pp), xi); ypp =...
más de 1 año hace | 0
| aceptada
Pregunta
Optimize function while meeting a condition
How can i optimize the I function, i want to find the values of h(j) that minimize I, meetentig the condition h(j+1)>h(j)? Than...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Calculate a curve out of points and the curvature radius
I have a curve with a variable curvature radius and i want to calculate a function tha defines that radius. x and y are the coo...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Loop until a condition is met
How can i do a function that give values for P0, P1, P2 and P3 until the condition Rt<Rmax is met h=0.001; Rmax=zeros(1,length...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Unable to perform assignment because the left and right sides have a different number of elements.
I want to make a function tha carculates de speed of a train that accelerates uniformly en every point of the train having accel...
casi 2 años hace | 1 respuesta | 0