photo

f10w


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
2 답변

순위
12,172
of 300,759

평판
4

참여
11 질문
2 답변

답변 채택
63.64%

획득한 표
3

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Cannot compile mex with openmp
Figured it out. Should be: mex CXXFLAGS="\$CXXFLAGS -std=c++11 -fopenmp" CXXOPTIMFLAGS='\$CXXOPTIMFLAGS -Ofast -DNDEBUG' LD...

대략 8년 전 | 1

질문


Cannot compile mex with openmp
Hello, When compiling some C++ code in Matlab 2016b using: mex CXXFLAGS="\$CXXFLAGS -std=c++11 -fopenmp" CXXOPTIMFLAGS='...

대략 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Error: Activation cannot proceed. (R2014b)
Finally activated using GUI activation.

대략 11년 전 | 0

질문


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...

대략 11년 전 | 답변 수: 3 | 1

3

답변

질문


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 ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 >...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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 ...

11년 초과 전 | 답변 수: 4 | 0

4

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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,...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 12년 전 | 답변 수: 1 | 0

1

답변