Hancheng Zhu
Followers: 0 Following: 1
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
198.840
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 rewrite this high dimensional matrix calculation
Here is the code: X = randn(A,B,C); Z = zeros(A,B,A,B,C); for a=1:A for b=1:B Z(a,b,:,:,:) = X - X(a,b,:); ...
alrededor de 1 mes hace | 2 respuestas | 0
2
respuestasPregunta
How to accelerate the running speed of this code?
function [ S ] = fun(X,A,B,C) %% obtain S from X %% the size of X is A*B*C S = zeros(A,B,C); for a = 1:A fo...
alrededor de 1 mes hace | 1 respuesta | 0
1
respuestaPregunta
A numerical calculation problem leading to Inf or NaN in matlab
I want to calculate the exact value of , where and is a very large positive number. Obviously, we have the bound ,and therefor...
4 meses hace | 2 respuestas | 0
2
respuestasPregunta
How to fastly calculate this matrix operation
A matrix is a dimensional matrix, is a dimensional vector, is a dimensional matrix, is a constant. How to fastly calcula...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
The product of a vector and a matrix
I have a vector A = and a matrix X = , where is a M-dimensional row vector. Does matlab have an operator that directly give m...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
Matlab solver for unconstrained convex optimization
I have a large scale unconstrained convex optimization problem as follows min , where and are N-dimensional vectors, is a sc...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
Optimization problem using fminunc
I have an optimization problem where x is a N-dimensional vector need to be optimized and a1,...,a5 are parameters. I have w...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to efficiently calculate a weighted sum of 3 dimensional matrix through a vector in matlab
A is a 3 dimensional matrix (M*N*K), b is a vector with length K. I need to calculate , which is a 2 dimensional matrix (M*N)....
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
quadprog is too slow for a convex unconstrained quadratic problem
My algorithm contains solving a unconstrained quadratic problem. f(x) = 1/2*x'*A*x+b'*x, where A is a positive semidefinite matr...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
CVX optimization of semidefinite relaxation (SDR) with complex matrix
I need to optimize the following semidefinite relaxation problem Here is my code with CVX tool where N is the size of matr...
más de 2 años hace | 1 respuesta | 0