Estadística
11 Preguntas
2 Respuestas
CLASIFICACIÓN
11.495
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
11 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Cannot compile mex with openmp
Figured it out. Should be: mex CXXFLAGS="\$CXXFLAGS -std=c++11 -fopenmp" CXXOPTIMFLAGS='\$CXXOPTIMFLAGS -Ofast -DNDEBUG' LD...
casi 7 años hace | 1
Pregunta
Cannot compile mex with openmp
Hello, When compiling some C++ code in Matlab 2016b using: mex CXXFLAGS="\$CXXFLAGS -std=c++11 -fopenmp" CXXOPTIMFLAGS='...
casi 7 años hace | 1 respuesta | 0
1
respuestaError: Activation cannot proceed. (R2014b)
Finally activated using GUI activation.
alrededor de 10 años hace | 0
Pregunta
Error: Activation cannot proceed. (R2014b)
I have installed Matlab 2014b on a node of a cluster but failed to launch the software ( |matlab14| is an alias to |/usr/local/M...
alrededor de 10 años hace | 3 respuestas | 1
3
respuestasPregunta
NaNs when computing exponential and normalizing
I have an _mxn_ matrix A, with very small or very large elements. For example: A = -1e4*randn(10,20); I would like to ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Create this particular SPARSE matrix to solve a quadratic program
Hello everyone, I am trying to solve the following large scale quadratic program: min (1/2*x'*Q*x + c'*x) subject to x >...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Extend a matrix by extending its vectors
I have an d*m*n matrix A (interpretation: for each n, there are m vectors of dimension d). I would like to extend each d-dimensi...
más de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
Extend a vector by extending its elements
I have a vector of dimension d: (1,2,...,d) (it's (x_1,x_2,...,x_n) but I removed the 'x_' for simplicity). Now I would like to ...
más de 10 años hace | 4 respuestas | 0
4
respuestasPregunta
Operations along the first dimension of a 3D array
I have a 3D array M(d*d,m,n). For each d*d vector of M (i.e. vectors of the first dimension), I split it into d parts and take t...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
What algorithm does the function convhull use?
Hi everybody, The *convhull* function is used for computing the convex hull of a set of 2D or 3D points. In the <http://www.m...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding lower convex hull in 3D
Hi everybody, Using the convhull function, one can find the convex hull of a set of 3D points (X,Y,Z): K = convhull(X,Y,...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
About manipulating very large array
Hello everybody, I have 3500 mat files that contain a 128*4408 matrix each (128 is the dimension and 4408 is the number of fe...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
std does not give good values?
Hello everybody, For this matrix M = [1 2; 3 4]; if we compute the its standard deviation std(M(:)) then we ...
alrededor de 11 años hace | 1 respuesta | 0