Statistiques
RANG
6 300
of 297 016
RÉPUTATION
7
CONTRIBUTIONS
9 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
What does this error message mean?
I've got two vectors: times = 0 0.0005 0.0050 0.0500 0.5000 5.0000 mittel = ...
plus de 10 ans il y a | 3 réponses | 2
3
réponsesCalculate max(diff(A)) fast and memory efficient.
Just as a comparison: I implemented the for loop way in Julia: elapsed time: 0.016319368 seconds
plus de 10 ans il y a | 0
Question
Calculate max(diff(A)) fast and memory efficient.
Say I have a giant array A of 2 gb and I want to make something like an analog edge-detection: [max, index] = max(diff(A))...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
How do i calculate the frequency of signal with low sampling rate
I've got a sinusoidal signal with a low sampling rate: x = 0:0.2*pi:6*pi; y = sin(x) -0.25 + 0.5* rand(size(x)); Is...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I calculate max and min in degree?
I've got an Array with my Phase Phi in degrees:[ 170°,179°,180°,-179°...] ranging from -180° to 180° and I want to calculate how...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Improper Arguments. Waitbar Error
I have problems using my waitbar. This is the code I want to run: h = waitbar(0,'uiae'); for file_num = 1:numel(files)...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
Vectorizing the creation of an offset vector
Is there any possibility to vectorize this piece of code: BIN_1 = 7; C = randi(10,1000,1); offset_vec = zeros(size(C...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesHow to reduce the time to calculate the inverse of a matrix
I think the inv function implemented by Mathworks is as fast as it gets for the general purpose. There are two inv-functions in ...
presque 12 ans il y a | 0
Question
Optimize this program on a GPU
I'm trying to speed up my program on a GPU. But it is much slower than the CPU version, although I use a very powerful GPU. I ha...
presque 12 ans il y a | 1 réponse | 0
1
réponsehow do i sort a single row in terms of descending terms
If you only want to sort the first column have a look at B = sort(A,dim) http://www.mathworks.de/de/help/matlab/ref/sor...
presque 12 ans il y a | 0
How can you separate incoming serial data?
I don't have an Arduino, so I couldn't test it. But how about that: c_str=regexp(C,'?','split');
presque 12 ans il y a | 0
| A accepté
BASIC STATISTICS RELATED QUESTION - Regression and Correlation
Use the curve fitting toolbox to make a linear fit with all your points and throw out all which are further away than the standa...
presque 12 ans il y a | 0
Why the slow response when switching between windows?
I experience the same if I have huge arrays in the memory. "clear" usually fixes this.
presque 12 ans il y a | 0
Question
Why is Matlab not abled to run this as a parfor loop?
I want to run a loop like this as a parfor loop. In my eyes it shouldn't matter in which order the different iterations are call...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab Error: Message Catalog Matlab:interpreter was not loaded
I have got a very strange error in Matlab and it doesn't seem to be directly related to my program. Matlab doesn't even give me ...
presque 12 ans il y a | 1 réponse | 1