f10w - MATLAB Central
photo

f10w


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 11/13 to 04/25Use left and right arrows to move selectionFrom 11/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 个提问
2 个回答

排名
9,628
of 298,102

声誉
4

贡献数
11 个提问
2 个回答

回答接受率
63.64%

收到投票数
3

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
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...

7 years 前 | 1

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Error: Activation cannot proceed. (R2014b)
Finally activated using GUI activation.

10 years 前 | 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...

10 years 前 | 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 ...

10 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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...

11 years 前 | 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,...

11 years 前 | 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...

11 years 前 | 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 ...

11 years 前 | 1 个回答 | 0

1

个回答