![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12929836_1718979935092.jpg)
Dinoma Degefa
PI
Followers: 0 Following: 0
Postdoctoral
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Optimization, Optimization Toolbox
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
224.868
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
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
How to fix: Index Exceeds Matrix Dimensions.
Sometime it works and sometimes it says ''Index Exceeds Matrix Dimensions.'' What is wrong? for n=2:1000; w1{1}=fix(rand...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Can anyone help me in coding matlab code for Quadratically Constrained Quadratic Program (QCQP)?
I used fmincon but it is not working for me. i might miss something. The following is just the simplest which i want to ask for ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i do apply operator componentwice in any vector in N dimensional space? Mat lab code for any vector in N dimension
Here is my vector in 100-dimension. v= -20 9 -50 90 60 8 16 50 -43 . . . -15 I want to i...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I make the vector output always a column vector?
I'm having trouble with a problem where I need the output vector to be a column vector always. The output sometimes provided as ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I generate random invertible symmetric positive semidefinite square matrix using MATLAB?
matrixSize = 10 A = random.rand(matrixSize,matrixSize) B = numpy.dot(A,A.transpose()) I am not sure, this ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to have a sequence of vectors using the following loop. but when i run the mat lab it will say "Subscripted assignment dimension mismatch." what can i do to index vectors and matrix.
for k=1:100; x(1)=[1 4 6]; A=[1 3 -1; 2 1 5; 9 7 4]; x(k+1)=A*x(k) end
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
I am coding a loop of this kind involving quadprog problem. When I run my cod the quadprog takes only the first result in every loop. How can I give indexing for d=quadprog(H4{count},f4{count},A4{count},B4{count},[],[],LB4{count},UB4{count})?
for count=1:100 lambda(count)=1/count^0.5; omg(count)=10*(lambda(count))^2; w1(1)=1; w2(1)=2; w3(1)=3; w4(1)=4; w...
más de 6 años hace | 0 respuestas | 0