photo

Christopher


Last seen: 2 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
14,091
of 299,852

声誉
3

贡献数
12 个提问
0 个回答

回答接受率
33.33%

收到投票数
3

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


replace values in columns of a matrix
I have a matrix of random numbers, with some repeating. For example: OV = 29.5 -29.3 82.2 -49.1 12.6 -62.2 82.2 -72.8...

11 years 前 | 1 个回答 | 0

1

个回答

提问


get indices for part of a matrix
I have the matrix T, I want to get the indices of a part this matrix. I would imagine using a function of the form: ind1 =...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to specify number of threads a matlab session can use
I have read many other 'answers' on this matter, but I am not succeeding. I have a heavily vectorized code that I want to run...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Only mask elements of some value with conv2
I want to use convolution, or something like convolution, to perform sum over neighboring elements. So normally I could use ...

11 years 前 | 1 个回答 | 1

1

个回答

提问


Problem with logical indexing with arbitrary indices
I have the code: aarray(find(r(1,1)==1)) = bindices(end); where aarray is a row vector, r is a matrix, and bindices is ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Make index of elements based on random values in another matrix
I have the following two matrices, one of random numbers, and the other of a random integer 1-8: X = rand(10,10); r = rou...

11 years 前 | 2 个回答 | 0

2

个回答

提问


sample neighboring elements in a matrix
r = round(0.5+randi(8,size(10,10))*8); % I have the matrix of random integers r1 = r(1:3:end,1:3:end); % I sample every elem...

11 years 前 | 0 个回答 | 0

0

个回答

提问


problem with vector logic
Why doesn't the final logical operation work? Oneigh=zeros(10,10); r = round(0.5+rand(10,10)*8); Oneigh(r==1)=r; ...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to reassemble tessellated matrix?
I am able to "tessellate" a matrix into 4 smaller matrices by deleting rows and columns as follows: r= rand(size(P)); r1...

11 years 前 | 1 个回答 | 1

1

个回答

提问


Save a matrix to a file with an array of matrices without loading all of the data
I have the (example) matrix rand(1000,1000) generated in a loop. For each loop I want the data in this matrix to be saved to a f...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Fastest calculation method to: Count elements in a matrix, in the neighborhood of some element, having some value
For an element (i,j) in a matrix I want to calculate the number of neighboring elements which have the same value as that in (i,...

12 years 前 | 1 个回答 | 1

1

个回答

提问


64-bit MATLAB student version
Is there a 64 bit student version of matlab? 32 bit matlab only allows use of 4 GB of memory. Unfortunately, it is almost the y...

12 years 前 | 1 个回答 | 0

1

个回答