![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11877529_1523514644023_DEF.jpg)
SandeepKumar R
Followers: 0 Following: 0
Estadística
7 Preguntas
8 Respuestas
CLASIFICACIÓN
5.207
of 297.016
REPUTACIÓN
9
CONTRIBUCIONES
7 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Slow convergence in fmincon
I am solving an optimization problem using fmincon (interior point method). The gradient, jacobian and hessian are analytically ...
casi 4 años hace | 0 respuestas | 1
0
respuestasPregunta
Checking invertiblity of a symbolic matrix (small size N=12)
Hello everyone, I have a symbolic matrix A of size 12x12. I need to check if inverse of this matrix exists. If rank(A)=12, then...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change the length of the lines inside the legend?
The green one is a solid line and the blue one is a dashed line. Clearly this is not indicative from the legend. How can this is...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Why is fmincon slower in comparison to other solvers?
Hello everyone. I was solving an optimization problem using fmincon and IPOPT. I found that fmincon takes more time to compute ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Adding matlab paths temporarily
I have 2 functions with same names in 2 different folders A and B. Lets call the function as func.m I have another main program...
casi 6 años hace | 1 respuesta | 0
1
respuestaNumerical solution is off for system of ODEs
To be consistent use years also in your ode function (better to stick to year). Secondly play with tolerances of ode( Reltol,Abs...
casi 6 años hace | 0
Is this a bug of ode function
It was a tolerance issue. Please define your funtions appropriately. Not a bug in MATLAB close all tspan=0:0.1:90; h0=0;%!!!!...
casi 6 años hace | 0
Square root in objective function must appear as nonlinear constraints for optimization?
Yes, you need to specify that constraint as ignoring this will lead infeasibilty. This is true for any optimizer
casi 6 años hace | 0
Multiple For Loops to save data and then repeat again - Matrix Errors
In my experirence, careful bookeeping of the matrix dimensions in your mind while multiplying them is the only fix. If at all yo...
casi 6 años hace | 0
Multiple For Loops to save data and then repeat again - Matrix Errors
T6s is the expression that has this error. Split it up into sub expressions and evaluate. When the matrix dimension error pops u...
casi 6 años hace | 0
Sparsity exploitation in optimization
A follow up question. Do they automatically detect sparsiy and switch to Large scale mode (sparsity exploited) or do we specific...
casi 6 años hace | 0
| aceptada
Path Planning and Cost Functions
function [z]=f(r) if r>0 & r<r1 z=x+y elseif r>r2 & r>r1 z=x+y+4 end Use conditional statements to get piecewise func...
casi 6 años hace | 0
global optimization objective function greater than local optimization
At the end of the day the value thrown by the optimizer is purely based on optimiality tolerances and not based on absolute valu...
casi 6 años hace | 0
| aceptada
Pregunta
Sparsity exploitation in optimization
Does the fmincon algorithm exploit sparsity of hessians and jacobians while solving optimization problem ?
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Abnormal results using + operator in matlab 2018a
Hello every one.Found this problem while using matlab where vectors of different sizes were added and a matrix was given as a r...
más de 6 años hace | 1 respuesta | 0