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...
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년 전 | 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년 전 | 답변 수: 2 | 0
2
답변답변 있음
Expanding Sample Covariance Matrix
% MyMatrix is a Matrix containing samples, in this case random data: MyMatrix = rand( [NumSamples NumFeatures] ); % ...
Expanding Sample Covariance Matrix
% MyMatrix is a Matrix containing samples, in this case random data: MyMatrix = rand( [NumSamples NumFeatures] ); % ...
14년 초과 전 | 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년 초과 전 | 답변 수: 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 ...
"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년 초과 전 | 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년 초과 전 | 답변 수: 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)); ...
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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0