photo

Lemar DeSalis


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
4 个回答

排名
6,095
of 300,829

声誉
8

贡献数
5 个提问
4 个回答

回答接受率
0.0%

收到投票数
5

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
Plot very large audio files
Oh, I have way more than 1 GB RAM: It's 6 GB on a Win7 x64 machine and 8 GB on another machine, actually. That is still not enou...

14 years 前 | 0

提问


Plot very large audio files
Hello! I need to *display very large audio files (WAV PCM, Mono, > 1 GB) in a MATLAB figure*. The problem is: These audio fi...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
Expanding Sample Covariance Matrix
% MyMatrix is a Matrix containing samples, in this case random data: MyMatrix = rand( [NumSamples NumFeatures] ); % ...

14 years 前 | 0

提问


Expanding Sample Covariance Matrix
Hello! I need to calculate the mean vector and the covariance matrix for sampled data. E.g. I have matrix with NumFeatures c...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
"blockproc" with more than one output image
"Or are you saying that your function called by blockproc returns two variables (either scalars or arrays) and that you want to ...

14 years 前 | 0

提问


"blockproc" with more than one output image
Hello! I'm using *blockproc* from the image processing toolbox for processing some large images. Is it possible to output ...

14 years 前 | 3 个回答 | 0

3

个回答

已回答
Logical Indexing for a slice of a 3D-Matrix
Thanks for all your answers! In the meantime I found a different solution: ValsToBeProcessed3D = false(size(MyMat2)); ...

14 years 前 | 3

提问


Logical Indexing for a slice of a 3D-Matrix
I have two matrices, on which I do some work: % MyMat1: n x m x 1 % MyMat2: n x m x 3 This is what I do until now...

14 years 前 | 6 个回答 | 2

6

个回答

提问


3D Scatter Plot in Cylindrical Coordinates
I want to visualize some data that is given in *cylindrical coordinates* (polar coordinates with a third component), e.g. each d...

14 years 前 | 0 个回答 | 0

0

个回答