Jaime De La Mota Sanchis
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
30.602
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
38 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
47.37%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How can I plot points on top of a histogram's bins?
Hello everyone. I currently hace the following code figure plot(EvaluesJ, 0,'r*', 'MarkerSize', 10) hold on histogram(...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I calculate the moments of an exponential random variable
Hello everyone. I am working in an aplication related to polynomial chaos expansions. For that, I need to calculate the anal...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Linear optimization for pert/cpr
Hello everyone. I am currently studiyng operational research using Frederik Hillier's book. I am in the part of PERT/CPM. ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I add innequalities to a minimum cost-flow problem?
Hello everyone. I have the following optimization code: f =[2 , 4 , 9 , 3 , 1 , 3 , 2 ] ; Aeq=[1 1 1 0 0 0 0 -1 0 0 1 0 0 0...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem finding maximum of a nonlinear problem
I have the following problem. Minimize subject to and I am trying to use fmincon to find this point. My attempt as solutui...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I reproduce manually the random variables of the aPC function
Hello everyone. I am working with the PCA function. I am currently trying to do a manual version of the Karhunen-Loève expansion...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I reshape a matrix this way
I have a matrix defined as a=[-0.26,0.23,0.033,0.1,-0.39,0.30;0.30,-0.39,0.10,-0.26,0.03,0.23;-0.03,-0.13,0.16,0.33,-0.16,-0...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Missing part of my figure when saving as pdf
Some time ago I made a post in whichI asked for a better optimization of the space when saving a figure. My code now looks as f...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I improve the efficiency of space use while saving my figures?
Hello everyone. I am currently using matlab to generate some figures. I am using the following code: figure subplot(3,1,1) ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Recurrence relation for polynomial indices
Hello everyone. I am working with equation 19 of this paper, which reads. This is a recurrence relation to calculate polynomials...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I interpolate time?
Hello everyone. I have a vector with times called tim1_1 , of size 51*1, I also have measurements called lam1_1 made at...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I obtain the mathematical expression of a Radial basis function interpolation?
Hello everyone. I have recently found this code for Radial Basis Function interpolation. I have tested it with my own data and...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I get the mathematical expression of an interpolation?
Hello everyone. I am working with interpolated data. I want to obtain the mathematical expression of the interpollating polyno...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I use different models to do a 2D fit?
Hello everyone. I am currently working in a two-dimensional interpolation. I can write sfX = fit([positions(:,1), positions(:...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a two-dimensional sinc interpolation software?
Hello everyone. I have found this package of software. I am interested in doing a two-dimensonal sinc interpolation as defined i...
alrededor de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
Using fit inside a loop
I have constructed a for loop in which I save a set of XY positions and a measured windspeed field as: for i=1:50 windX_...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I save different variables inside of a for loop?
Hello everyone. I am working with a code in which 50 variables have to be saved. Each of them is a row of a matrix. I am tryin...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Can I turn realizations of stochastic processes into two-dimensional random fields?
Hello everyone. I have recently found this code which allows to generate random normal vectors. I was wondering if instead of ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Help request using Wind field simulation (the fast version)
Hello everyone. I am currently working in an aircraft trajectory optimization problem in the presence of wind uncertainty. ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Can I generate two correlated random fields in matlab
Hello everyone. I am currently working with the functions avaiable at Random Field Simulator. I have been able to follow the e...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem understanding PCA and eigenvectors of covariance matrix
Hello everyone. I am currently working with the function pca, principal component analysis and also with the Karhunen-Loève expa...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a problem saving data
Hello everyone. I have constructed a matlab code which requires the saving of various variables. For that, I have written save...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Can I obtain the covariance matrix of a stochastic process with plenty of measurements?
Hello everyone. I have implemented the Karhunen-Loève expansion as per this question. I have tested it with samples of data ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Reconstruction of a Stochastic Process usong the KL expansion
I have a matrix of size 1000*500 which contains 500 realizations of a Stochastic process. I have used the KL expansion as define...
más de 3 años hace | 0 respuestas | 1
0
respuestasPregunta
Is there a difference between the Karhunen-Loève expansion and pca?
Hello everyone: I have a vector called listOfUVValues of size 1000*50, it contains 50 realizations of a stochastic process. I ne...
más de 3 años hace | 1 respuesta | 0
1
respuestaProblem calculating haversine. Obtained distance is too big
Never mind. i just found out I forgot a factor of 2 in the calculation of the haversine.
más de 3 años hace | 0
Pregunta
Problem calculating haversine. Obtained distance is too big
Hello everyone. I am working in airplane conflic detection. I have two aircraft optimized routes and I need to know the distance...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I implement recurrence relations to find polynomials?
Hello everyone. I need to calculate some polynomials using a recurrence rule. I have the values of the polynomials of order zero...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to read file 'axis'. No such file or directory.
Hello everyone. I just have installed Matlab R2020b in a new computer. I have tried to run an older file, and I get the followin...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to calculate the coefficients of Legendre polynomials?
Hello everyone. I am currently working on conditioning a Henkel moment matrix. I am aware of the fact that the function equilibr...
más de 4 años hace | 0 respuestas | 0